Share via


PartitionHealthStateFilter.PartitionIdFilter Property

Definition

Gets or sets the partition id filter.

public Guid PartitionIdFilter { get; set; }
member this.PartitionIdFilter : Guid with get, set
Public Property PartitionIdFilter As Guid

Property Value

The partition id filter.

Remarks

If not specified, all partitions that match the parent filters (if any) and the specified health state filter match the filter. Otherwise, the filter only applies to the partition identified by the partition id. All the other filter members, like health state filter and replicas filter, are applied to this partition.

Applies to