Show / Hide Table of Contents

Class DataplexConfig

Specifies how metastore metadata should be integrated with the Dataplex service.

Inheritance
object
DataplexConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX