Google Cloud Bigtable Administration v2 API - Class Type.Types.Struct (3.18.0)

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 Cloud Bigtable Administration 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.

Inheritance

object > Type.Types.Struct

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.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