Cloud Dataplex v1 API - Class DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths (3.14.0)

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, IMessage

Reference 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.

Inheritance

object > DataDocumentationResult.Types.SchemaRelationship.Types.SchemaPaths

Namespace

Google.Cloud.Dataplex.V1

Assembly

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