Class DataplexConfig
Specifies how metastore metadata should be integrated with the Dataplex service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class DataplexConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LakeResources
Optional. A reference to the Lake resources that this metastore service is attached to. The key is the lake resource name. Example: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Declaration
[JsonProperty("lakeResources")]
public virtual IDictionary<string, Lake> LakeResources { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, Lake> |