AlloyDB v1beta API - Class SupportedDatabaseFlag.Types.IntegerRestrictions (1.0.0-beta05)

public sealed class SupportedDatabaseFlag.Types.IntegerRestrictions : IMessage<SupportedDatabaseFlag.Types.IntegerRestrictions>, IEquatable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IDeepCloneable<SupportedDatabaseFlag.Types.IntegerRestrictions>, IBufferMessage, IMessage

Reference documentation and code samples for the AlloyDB v1beta API class SupportedDatabaseFlag.Types.IntegerRestrictions.

Restrictions on INTEGER type values.

Inheritance

object > SupportedDatabaseFlag.Types.IntegerRestrictions

Namespace

Google.Cloud.AlloyDb.V1Beta

Assembly

Google.Cloud.AlloyDb.V1Beta.dll

Constructors

IntegerRestrictions()

public IntegerRestrictions()

IntegerRestrictions(IntegerRestrictions)

public IntegerRestrictions(SupportedDatabaseFlag.Types.IntegerRestrictions other)
Parameter
NameDescription
otherSupportedDatabaseFlagTypesIntegerRestrictions

Properties

MaxValue

public long? MaxValue { get; set; }

The maximum value that can be specified, if applicable.

Property Value
TypeDescription
long

MinValue

public long? MinValue { get; set; }

The minimum value that can be specified, if applicable.

Property Value
TypeDescription
long