public sealed class DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths : IMessage<DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths>, IEquatable<DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths>, IDeepCloneable<DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths.
Represents an ordered set of paths within a table's schema.
Implements
IMessageDataDocumentationResultTypesSchemaRelationshipTypesSchemaPaths, IEquatableDataDocumentationResultTypesSchemaRelationshipTypesSchemaPaths, IDeepCloneableDataDocumentationResultTypesSchemaRelationshipTypesSchemaPaths, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
SchemaPaths()
public SchemaPaths()SchemaPaths(SchemaPaths)
public SchemaPaths(DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDocumentationResultTypesSchemaRelationshipTypesSchemaPaths |
Properties
Paths
public RepeatedField<string> Paths { get; }Output only. An ordered set of Paths to fields within the schema of the
table. For fields nested within a top level field of type record, use
'.' to separate field names. Examples: Top level field - top_level
Nested field - top_level.child.sub_field
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
TableFqn
public string TableFqn { get; set; }Output only. The service-qualified full resource name of the table Ex: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
| Property Value | |
|---|---|
| Type | Description |
string |
|