public sealed class DataSource : IMessage<DataSource>, IEquatable<DataSource>, IDeepCloneable<DataSource>, IBufferMessage, IMessage
Describes the physical location of an entry.
Implements
IMessage<DataSource>, IEquatable<DataSource>, IDeepCloneable<DataSource>, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DataSource()
public DataSource()
DataSource(DataSource)
public DataSource(DataSource other)
Parameter | |
---|---|
Name | Description |
other | DataSource |
Properties
Resource
public string Resource { get; set; }
Full name of the resource as defined by the service, e.g. //bigquery.googleapis.com/projects/{project_id}/locations/{location}/datasets/{dataset_id}/tables/{table_id}
Property Value | |
---|---|
Type | Description |
String |
Service
public DataSource.Types.Service Service { get; set; }
Service in which the data is physically stored.
Property Value | |
---|---|
Type | Description |
DataSource.Types.Service |