Show / Hide Table of Contents

Class SequenceEntity

Sequence's parent is a schema.

Inheritance
object
SequenceEntity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseMigrationService.v1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class SequenceEntity : IDirectResponseSchema

Properties

Cache

Indicates number of entries to cache / precreate.

Declaration
[JsonProperty("cache")]
public virtual long? Cache { get; set; }
Property Value
Type Description
long?

CustomFeatures

Custom engine specific features.

Declaration
[JsonProperty("customFeatures")]
public virtual IDictionary<string, object> CustomFeatures { get; set; }
Property Value
Type Description
IDictionary<string, object>

Cycle

Indicates whether the sequence value should cycle through.

Declaration
[JsonProperty("cycle")]
public virtual bool? Cycle { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Increment

Increment value for the sequence.

Declaration
[JsonProperty("increment")]
public virtual long? Increment { get; set; }
Property Value
Type Description
long?

MaxValue

Maximum number for the sequence represented as bytes to accommodate large. numbers

Declaration
[JsonProperty("maxValue")]
public virtual string MaxValue { get; set; }
Property Value
Type Description
string

MinValue

Minimum number for the sequence represented as bytes to accommodate large. numbers

Declaration
[JsonProperty("minValue")]
public virtual string MinValue { get; set; }
Property Value
Type Description
string

StartValue

Start number for the sequence represented as bytes to accommodate large. numbers

Declaration
[JsonProperty("startValue")]
public virtual string StartValue { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX