Class GoogleBigtableAdminV2AuthorizedViewFamilySubsets
Subsets of a column family that are included in this AuthorizedView.
Implements
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2.Data
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class GoogleBigtableAdminV2AuthorizedViewFamilySubsets : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
QualifierPrefixes
Prefixes for qualifiers to be included in the AuthorizedView. Every qualifier starting with one of these prefixes is included in the AuthorizedView. To provide access to all qualifiers, include the empty string as a prefix ("").
Declaration
[JsonProperty("qualifierPrefixes")]
public virtual IList<string> QualifierPrefixes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Qualifiers
Individual exact column qualifiers to be included in the AuthorizedView.
Declaration
[JsonProperty("qualifiers")]
public virtual IList<string> Qualifiers { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |