public sealed class TableFieldSchema : IMessage<TableFieldSchema>, IEquatable<TableFieldSchema>, IDeepCloneable<TableFieldSchema>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Asset Inventory v1 API class TableFieldSchema.
A field in TableSchema.
Implements
IMessageTableFieldSchema, IEquatableTableFieldSchema, IDeepCloneableTableFieldSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Asset.V1Assembly
Google.Cloud.Asset.V1.dll
Constructors
TableFieldSchema()
public TableFieldSchema()TableFieldSchema(TableFieldSchema)
public TableFieldSchema(TableFieldSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
TableFieldSchema |
Properties
Field
public string Field { get; set; }The field name. The name must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_), and must start with a letter or underscore. The maximum length is 128 characters.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Fields
public RepeatedField<TableFieldSchema> Fields { get; }Describes the nested schema fields if the type property is set to RECORD.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTableFieldSchema |
|
Mode
public string Mode { get; set; }The field mode. Possible values include NULLABLE, REQUIRED and REPEATED. The default value is NULLABLE.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public string Type { get; set; }The field data type. Possible values include
- STRING
- BYTES
- INTEGER
- FLOAT
- BOOLEAN
- TIMESTAMP
- DATE
- TIME
- DATETIME
- GEOGRAPHY,
- NUMERIC,
- BIGNUMERIC,
- RECORD (where RECORD indicates that the field contains a nested schema).
| Property Value | |
|---|---|
| Type | Description |
string |
|