Google Cloud Bigtable Administration v2 API - Class AuthorizedView.Types.SubsetView (3.14.0)

public sealed class AuthorizedView.Types.SubsetView : IMessage<AuthorizedView.Types.SubsetView>, IEquatable<AuthorizedView.Types.SubsetView>, IDeepCloneable<AuthorizedView.Types.SubsetView>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class AuthorizedView.Types.SubsetView.

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

Inheritance

object > AuthorizedView.Types.SubsetView

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

SubsetView()

public SubsetView()

SubsetView(SubsetView)

public SubsetView(AuthorizedView.Types.SubsetView other)
Parameter
NameDescription
otherAuthorizedViewTypesSubsetView

Properties

FamilySubsets

public MapField<string, AuthorizedView.Types.FamilySubsets> FamilySubsets { get; }

Map from column family name to the columns in this family to be included in the AuthorizedView.

Property Value
TypeDescription
MapFieldstringAuthorizedViewTypesFamilySubsets

RowPrefixes

public RepeatedField<ByteString> RowPrefixes { get; }

Row prefixes to be included in the AuthorizedView. To provide access to all rows, include the empty string as a prefix ("").

Property Value
TypeDescription
RepeatedFieldByteString