Show / Hide Table of Contents

Class GoogleBigtableAdminV2AuthorizedViewFamilySubsets

Subsets of a column family that are included in this AuthorizedView.

Inheritance
object
GoogleBigtableAdminV2AuthorizedViewFamilySubsets
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX