public sealed class Type.Types.Struct : IMessage<Type.Types.Struct>, IEquatable<Type.Types.Struct>, IDeepCloneable<Type.Types.Struct>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Bigtable v2 API class Type.Types.Struct.
A structured data value, consisting of fields which map to dynamically
typed values.
Values of type Struct
are stored in Value.array_value
where entries are
in the same order and number as field_types
.
Implements
IMessageTypeTypesStruct, IEquatableTypeTypesStruct, IDeepCloneableTypeTypesStruct, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
Struct()
public Struct()
Struct(Struct)
public Struct(Type.Types.Struct other)
Parameter | |
---|---|
Name | Description |
other |
TypeTypesStruct |
Properties
Fields
public RepeatedField<Type.Types.Struct.Types.Field> Fields { get; }
The names and types of the fields in this struct.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTypeTypesStructTypesField |