GoogleCloudDataplexV1Schema class
Schema information describing the structure and layout of the data.
Constructors
-
GoogleCloudDataplexV1Schema({List<
GoogleCloudDataplexV1SchemaSchemaField> ? fields, List<GoogleCloudDataplexV1SchemaPartitionField> ? partitionFields, String? partitionStyle, bool? userManaged}) - GoogleCloudDataplexV1Schema.fromJson(Map json_)
Properties
-
fields
↔ List<
GoogleCloudDataplexV1SchemaSchemaField> ? -
The sequence of fields describing data in table entities.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
partitionFields
↔ List<
GoogleCloudDataplexV1SchemaPartitionField> ? -
The sequence of fields describing the partition structure in entities.
getter/setter pair
- partitionStyle ↔ String?
-
The structure of paths containing partition data within the entity.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userManaged ↔ bool?
-
Set to true if user-managed or false if managed by Dataplex.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited