public sealed class Lake : IMessage<Lake>, IEquatable<Lake>, IDeepCloneable<Lake>, IBufferMessage, IMessage
A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery. The resources attached to a lake are referred to as managed resources. Data within these managed resources can be structured or unstructured. A lake provides data admins with tools to organize, secure and manage their data at scale, and provides data scientists and data engineers an integrated experience to easily search, discover, analyze and transform data and associated metadata.
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Lake()
public Lake()
Lake(Lake)
public Lake(Lake other)
Parameter | |
---|---|
Name | Description |
other | Lake |
Properties
AssetStatus
public AssetStatus AssetStatus { get; set; }
Output only. Aggregated status of the underlying assets of the lake.
Property Value | |
---|---|
Type | Description |
AssetStatus |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the lake was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Optional. Description of the lake.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Property Value | |
---|---|
Type | Description |
String |
Labels
public MapField<string, string> Labels { get; }
Optional. User-defined labels for the lake.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
LakeName
public LakeName LakeName { get; set; }
Property Value | |
---|---|
Type | Description |
LakeName |
Metastore
public Lake.Types.Metastore Metastore { get; set; }
Optional. Settings to manage lake and Dataproc Metastore service instance association.
Property Value | |
---|---|
Type | Description |
Lake.Types.Metastore |
MetastoreStatus
public Lake.Types.MetastoreStatus MetastoreStatus { get; set; }
Output only. Metastore status of the lake.
Property Value | |
---|---|
Type | Description |
Lake.Types.MetastoreStatus |
Name
public string Name { get; set; }
Output only. The relative resource name of the lake, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}
.
Property Value | |
---|---|
Type | Description |
String |
ServiceAccount
public string ServiceAccount { get; set; }
Output only. Service account associated with this lake. This service account must be authorized to access or operate on resources managed by the lake.
Property Value | |
---|---|
Type | Description |
String |
State
public State State { get; set; }
Output only. Current state of the lake.
Property Value | |
---|---|
Type | Description |
State |
Uid
public string Uid { get; set; }
Output only. System generated globally unique ID for the lake. This ID will be different if the lake is deleted and re-created with the same name.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the lake was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |