public sealed class DiscoveryEvent.Types.PartitionDetails : IMessage<DiscoveryEvent.Types.PartitionDetails>, IEquatable<DiscoveryEvent.Types.PartitionDetails>, IDeepCloneable<DiscoveryEvent.Types.PartitionDetails>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DiscoveryEvent.Types.PartitionDetails.
Details about the partition.
Implements
IMessageDiscoveryEventTypesPartitionDetails, IEquatableDiscoveryEventTypesPartitionDetails, IDeepCloneableDiscoveryEventTypesPartitionDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PartitionDetails()
public PartitionDetails()PartitionDetails(PartitionDetails)
public PartitionDetails(DiscoveryEvent.Types.PartitionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryEventTypesPartitionDetails |
Properties
Entity
public string Entity { get; set; }The name to the containing entity resource. The name is the fully-qualified resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Partition
public string Partition { get; set; }The name to the partition resource. The name is the fully-qualified resource name.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SampledDataLocations
public RepeatedField<string> SampledDataLocations { get; }The locations of the data items (e.g., a Cloud Storage objects) sampled for metadata inference.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Type
public DiscoveryEvent.Types.EntityType Type { get; set; }The type of the containing entity resource.
| Property Value | |
|---|---|
| Type | Description |
DiscoveryEventTypesEntityType |
|