Google Cloud Data Catalog V1 Client - Class StorageType (2.4.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class StorageType.

Type of underlying storage type.

Protobuf type google.cloud.datacatalog.v1.FeatureOnlineStoreSpec.StorageType

Namespace

Google \ Cloud \ DataCatalog \ V1 \ FeatureOnlineStoreSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STORAGE_TYPE_UNSPECIFIED

Value: 0

Should not be used.

Generated from protobuf enum STORAGE_TYPE_UNSPECIFIED = 0;

BIGTABLE

Value: 1

Underlsying storgae is Bigtable.

Generated from protobuf enum BIGTABLE = 1;

OPTIMIZED

Value: 2

Underlying is optimized online server (Lightning).

Generated from protobuf enum OPTIMIZED = 2;