class
Amazonite::Kinesis::PartitionSpec
- Amazonite::Kinesis::PartitionSpec
- Reference
- Object
Overview
Specifies how the destination table is partitioned.
Included Modules
- JSON::Serializable
Defined in:
kinesis/partition_spec.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#partition_fields : Array(PartitionField)
The list of partition fields.
-
#partition_fields=(partition_fields : Array(PartitionField))
The list of partition fields.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.