AlloyDB v1alpha API - Class SupportedDatabaseFlag.Types.IntegerRestrictions (1.0.0-alpha09)

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 v1alpha API class SupportedDatabaseFlag.Types.IntegerRestrictions.

Restrictions on INTEGER type values.

Inheritance

object > SupportedDatabaseFlag.Types.IntegerRestrictions

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

IntegerRestrictions()

public IntegerRestrictions()

IntegerRestrictions(IntegerRestrictions)

public IntegerRestrictions(SupportedDatabaseFlag.Types.IntegerRestrictions other)
Parameter
Name Description
other SupportedDatabaseFlagTypesIntegerRestrictions

Properties

MaxValue

public long? MaxValue { get; set; }

The maximum value that can be specified, if applicable.

Property Value
Type Description
long

MinValue

public long? MinValue { get; set; }

The minimum value that can be specified, if applicable.

Property Value
Type Description
long