Share via


IdRangeV1Beta1.Max Property

Definition

Gets or sets the maximum value in the ID range. This property represents the upper bound for the range of IDs within the specified limits.

[YamlDotNet.Serialization.YamlMember(Alias="max")]
public long Max { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="max")>]
member this.Max : int64 with get, set
Public Property Max As Long

Property Value

Attributes
YamlDotNet.Serialization.YamlMemberAttribute

Applies to