storageType property

String? storageType
getter/setter pair

Type of underelaying storage for the FeatureOnlineStore.

Output only. Possible string values are:

  • "STORAGE_TYPE_UNSPECIFIED" : Should not be used.
  • "BIGTABLE" : Underlsying storgae is Bigtable.
  • "OPTIMIZED" : Underlaying is optimized online server (Lightning).

Implementation

core.String? storageType;