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

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

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

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

Inheritance

object > AuthorizedView.Types.FamilySubsets

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

FamilySubsets()

public FamilySubsets()

FamilySubsets(FamilySubsets)

public FamilySubsets(AuthorizedView.Types.FamilySubsets other)
Parameter
NameDescription
otherAuthorizedViewTypesFamilySubsets

Properties

QualifierPrefixes

public RepeatedField<ByteString> QualifierPrefixes { get; }

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 ("").

Property Value
TypeDescription
RepeatedFieldByteString

Qualifiers

public RepeatedField<ByteString> Qualifiers { get; }

Individual exact column qualifiers to be included in the AuthorizedView.

Property Value
TypeDescription
RepeatedFieldByteString