Discovery Engine v1 API - Enum BigtableOptions.Types.Type (1.2.0)

public enum BigtableOptions.Types.Type

Reference documentation and code samples for the Discovery Engine v1 API enum BigtableOptions.Types.Type.

The type of values in a Bigtable column or column family. The values are expected to be encoded using HBase Bytes.toBytes function when the encoding value is set to BINARY.

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Fields

Name Description
BigNumeric

BigDecimal type.

Boolean

Boolean type.

Integer

Integer type.

Json

JSON type.

Number

Numerical type.

String

String type.

Unspecified

The type is unspecified.

VarInteger

Variable length integer type.