Class DataSource (1.4.0)

public sealed class DataSource : IMessage<DataSource>, IEquatable<DataSource>, IDeepCloneable<DataSource>, IBufferMessage, IMessage

Physical location of an entry.

Inheritance

Object > DataSource

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

DataSource()

public DataSource()

DataSource(DataSource)

public DataSource(DataSource other)
Parameter
NameDescription
otherDataSource

Properties

Resource

public string Resource { get; set; }

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}

Property Value
TypeDescription
String

Service

public DataSource.Types.Service Service { get; set; }

Service that physically stores the data.

Property Value
TypeDescription
DataSource.Types.Service