Class GoogleCloudDatacatalogV1DataSource
Physical location of an entry.
Implements
Inherited Members
Namespace: Google.Apis.DataCatalog.v1.Data
Assembly: Google.Apis.DataCatalog.v1.dll
Syntax
public class GoogleCloudDatacatalogV1DataSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
Full name of a resource as defined by the service. For example:
//bigquery.googleapis.com/projects/{PROJECT_ID}/locations/{LOCATION}/datasets/{DATASET_ID}/tables/{TABLE_ID}
Declaration
[JsonProperty("resource")]
public virtual string Resource { get; set; }
Property Value
Type | Description |
---|---|
string |
Service
Service that physically stores the data.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
Type | Description |
---|---|
string |
SourceEntry
Output only. Data Catalog entry name, if applicable.
Declaration
[JsonProperty("sourceEntry")]
public virtual string SourceEntry { get; set; }
Property Value
Type | Description |
---|---|
string |
StorageProperties
Detailed properties of the underlying storage.
Declaration
[JsonProperty("storageProperties")]
public virtual GoogleCloudDatacatalogV1StorageProperties StorageProperties { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDatacatalogV1StorageProperties |