bigquery  v2
Properties | List of all members
Google.Apis.Bigquery.v2.Data.BigtableOptions Class Reference
Inheritance diagram for Google.Apis.Bigquery.v2.Data.BigtableOptions:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual System.Collections.Generic.IList< BigtableColumnFamilyColumnFamilies [get, set]
 [Optional] List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable. More...
 
virtual System.Nullable< bool > IgnoreUnspecifiedColumnFamilies [get, set]
 [Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false. More...
 
virtual System.Nullable< bool > ReadRowkeyAsString [get, set]
 [Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Property Documentation

◆ ColumnFamilies

virtual System.Collections.Generic.IList<BigtableColumnFamily> Google.Apis.Bigquery.v2.Data.BigtableOptions.ColumnFamilies
getset

[Optional] List of column families to expose in the table schema along with their types. This list restricts the column families that can be referenced in queries and specifies their value types. You can use this list to do type conversions - see the 'type' field for more details. If you leave this list empty, all column families are present in the table schema and their values are read as BYTES. During a query only the column families referenced in that query are read from Bigtable.

◆ ETag

virtual string Google.Apis.Bigquery.v2.Data.BigtableOptions.ETag
getset

The ETag of the item.

◆ IgnoreUnspecifiedColumnFamilies

virtual System.Nullable<bool> Google.Apis.Bigquery.v2.Data.BigtableOptions.IgnoreUnspecifiedColumnFamilies
getset

[Optional] If field is true, then the column families that are not specified in columnFamilies list are not exposed in the table schema. Otherwise, they are read with BYTES type values. The default value is false.

◆ ReadRowkeyAsString

virtual System.Nullable<bool> Google.Apis.Bigquery.v2.Data.BigtableOptions.ReadRowkeyAsString
getset

[Optional] If field is true, then the rowkey column families will be read and converted to string. Otherwise they are read with BYTES type values and users need to manually cast them with CAST if necessary. The default value is false.


The documentation for this class was generated from the following file: