Class GoogleCloudDataplexV1DiscoveryEventPartitionDetails
Details about the partition.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DiscoveryEventPartitionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entity
The name to the containing entity resource. The name is the fully-qualified resource name.
Declaration
[JsonProperty("entity")]
public virtual string Entity { get; set; }
Property Value
Type | Description |
---|---|
string |
Partition
The name to the partition resource. The name is the fully-qualified resource name.
Declaration
[JsonProperty("partition")]
public virtual string Partition { get; set; }
Property Value
Type | Description |
---|---|
string |
SampledDataLocations
The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.
Declaration
[JsonProperty("sampledDataLocations")]
public virtual IList<string> SampledDataLocations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Type
The type of the containing entity resource.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |