Class DiscoveryEvent.Types.PartitionDetails (2.0.0)

public sealed class PartitionDetails : IMessage<DiscoveryEvent.Types.PartitionDetails>, IEquatable<DiscoveryEvent.Types.PartitionDetails>, IDeepCloneable<DiscoveryEvent.Types.PartitionDetails>, IBufferMessage, IMessage

Details about the partition.

Inheritance

Object > DiscoveryEvent.Types.PartitionDetails

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

PartitionDetails()

public PartitionDetails()

PartitionDetails(DiscoveryEvent.Types.PartitionDetails)

public PartitionDetails(DiscoveryEvent.Types.PartitionDetails other)
Parameter
NameDescription
otherDiscoveryEvent.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
TypeDescription
String

Partition

public string Partition { get; set; }

The name to the partition resource. The name is the fully-qualified resource name.

Property Value
TypeDescription
String

Type

public DiscoveryEvent.Types.EntityType Type { get; set; }

The type of the containing entity resource.

Property Value
TypeDescription
DiscoveryEvent.Types.EntityType