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.
Implements
IMessageAuthorizedViewTypesSubsetView, IEquatableAuthorizedViewTypesSubsetView, IDeepCloneableAuthorizedViewTypesSubsetView, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.Admin.V2Assembly
Google.Cloud.Bigtable.Admin.V2.dll
Constructors
SubsetView()
public SubsetView()
SubsetView(SubsetView)
public SubsetView(AuthorizedView.Types.SubsetView other)
Parameter | |
---|---|
Name | Description |
other |
AuthorizedViewTypesSubsetView |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedFieldByteString |