Show / Hide Table of Contents

Class GoogleCloudDataplexV1DiscoveryEventPartitionDetails

Details about the partition.

Inheritance
object
GoogleCloudDataplexV1DiscoveryEventPartitionDetails
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX