public sealed class PartitionDetails : IMessage<DiscoveryEvent.Types.PartitionDetails>, IEquatable<DiscoveryEvent.Types.PartitionDetails>, IDeepCloneable<DiscoveryEvent.Types.PartitionDetails>, IBufferMessage, IMessageDetails about the partition.
Implements
IMessage<DiscoveryEvent.Types.PartitionDetails>, IEquatable<DiscoveryEvent.Types.PartitionDetails>, IDeepCloneable<DiscoveryEvent.Types.PartitionDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
PartitionDetails()
public PartitionDetails()PartitionDetails(DiscoveryEvent.Types.PartitionDetails)
public PartitionDetails(DiscoveryEvent.Types.PartitionDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryEvent.Types.PartitionDetails |
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 |
|
Type
public DiscoveryEvent.Types.EntityType Type { get; set; }The type of the containing entity resource.
| Property Value | |
|---|---|
| Type | Description |
DiscoveryEvent.Types.EntityType |
|