Class GoogleBigtableAdminV2AuthorizedViewSubsetView
Defines a simple AuthorizedView that is a subset of the underlying Table.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2AuthorizedViewSubsetView : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FamilySubsets
Map from column family name to the columns in this family to be included in the AuthorizedView.
Declaration
[JsonProperty("familySubsets")]
public virtual IDictionary<string, GoogleBigtableAdminV2AuthorizedViewFamilySubsets> FamilySubsets { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleBigtableAdminV2AuthorizedViewFamilySubsets> |
RowPrefixes
Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").
Declaration
[JsonProperty("rowPrefixes")]
public virtual IList<string> RowPrefixes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |