public sealed class Type.Types.Struct : IMessage<Type.Types.Struct>, IEquatable<Type.Types.Struct>, IDeepCloneable<Type.Types.Struct>, IBufferMessage, IMessageReference 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
Encoding
public Type.Types.Struct.Types.Encoding Encoding { get; set; }The encoding to use when converting to or from lower level types.
| Property Value | |
|---|---|
| Type | Description |
TypeTypesStructTypesEncoding |
|
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 |
|