Show / Hide Table of Contents

Class GoogleBigtableAdminV2AuthorizedViewSubsetView

Defines a simple AuthorizedView that is a subset of the underlying Table.

Inheritance
object
GoogleBigtableAdminV2AuthorizedViewSubsetView
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX