Class SequenceEntity (1.9.2)

SequenceEntity(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Sequence's parent is a schema.

Attributes

NameDescription
increment int
Increment value for the sequence.
start_value bytes
Start number for the sequence represented as bytes to accommodate large. numbers
max_value bytes
Maximum number for the sequence represented as bytes to accommodate large. numbers
min_value bytes
Minimum number for the sequence represented as bytes to accommodate large. numbers
cycle bool
Indicates whether the sequence value should cycle through.
cache int
Indicates number of entries to cache / precreate.
custom_features google.protobuf.struct_pb2.Struct
Custom engine specific features.