[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSequenceEntity\u003c/code\u003e class is part of the Database Migration v1 API and represents a sequence, where the parent of a sequence is a schema.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eSequenceEntity\u003c/code\u003e class is 2.5.0, and multiple older versions are also available, from 1.0.0 up to 2.4.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSequenceEntity\u003c/code\u003e objects have properties like \u003ccode\u003eCache\u003c/code\u003e, \u003ccode\u003eCustomFeatures\u003c/code\u003e, \u003ccode\u003eCycle\u003c/code\u003e, \u003ccode\u003eIncrement\u003c/code\u003e, \u003ccode\u003eMaxValue\u003c/code\u003e, \u003ccode\u003eMinValue\u003c/code\u003e, and \u003ccode\u003eStartValue\u003c/code\u003e, which define various characteristics of a sequence, including value caching, cycling behavior, increment value, and start/min/max values.\u003c/p\u003e\n"],["\u003cp\u003eThe SequenceEntity class has two constructors, a default one, and another one that takes another SequenceEntity object as parameter for description.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class SequenceEntity (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.SequenceEntity)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.SequenceEntity) \n\n public sealed class SequenceEntity : IMessage\u003cSequenceEntity\u003e, IEquatable\u003cSequenceEntity\u003e, IDeepCloneable\u003cSequenceEntity\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class SequenceEntity.\n\nSequence's parent is a schema. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SequenceEntity \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SequenceEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SequenceEntity), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SequenceEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SequenceEntity), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SequenceEntity](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.SequenceEntity), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### SequenceEntity()\n\n public SequenceEntity()\n\n### SequenceEntity(SequenceEntity)\n\n public SequenceEntity(SequenceEntity other)\n\nProperties\n----------\n\n### Cache\n\n public long Cache { get; set; }\n\nIndicates number of entries to cache / precreate.\n\n### CustomFeatures\n\n public Struct CustomFeatures { get; set; }\n\nCustom engine specific features.\n\n### Cycle\n\n public bool Cycle { get; set; }\n\nIndicates whether the sequence value should cycle through.\n\n### Increment\n\n public long Increment { get; set; }\n\nIncrement value for the sequence.\n\n### MaxValue\n\n public ByteString MaxValue { get; set; }\n\nMaximum number for the sequence represented as bytes to accommodate large.\nnumbers\n\n### MinValue\n\n public ByteString MinValue { get; set; }\n\nMinimum number for the sequence represented as bytes to accommodate large.\nnumbers\n\n### StartValue\n\n public ByteString StartValue { get; set; }\n\nStart number for the sequence represented as bytes to accommodate large.\nnumbers"]]