Partition Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the partition
protected Partition (System.Fabric.Query.ServiceKind serviceKind, System.Fabric.ServicePartitionInformation partitionInformation, System.Fabric.Health.HealthState healthState, System.Fabric.Query.ServicePartitionStatus partitionStatus);
new System.Fabric.Query.Partition : System.Fabric.Query.ServiceKind * System.Fabric.ServicePartitionInformation * System.Fabric.Health.HealthState * System.Fabric.Query.ServicePartitionStatus -> System.Fabric.Query.Partition
Protected Sub New (serviceKind As ServiceKind, partitionInformation As ServicePartitionInformation, healthState As HealthState, partitionStatus As ServicePartitionStatus)
Parameters
- serviceKind
- ServiceKind
The type of the partition
- partitionInformation
- ServicePartitionInformation
The Partition Information
- healthState
- HealthState
Health State of the partition
- partitionStatus
- ServicePartitionStatus
Status of the partition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET