 | TaskMetricsDynamicallyAssignedPartitions Property |
Gets or sets the number of partitions that the task received through dynamic partition assignment.
Namespace: Ookii.Jumbo.JetAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic int DynamicallyAssignedPartitions { get; set; }
Public Property DynamicallyAssignedPartitions As Integer
Get
Set
public:
property int DynamicallyAssignedPartitions {
int get ();
void set (int value);
}
member DynamicallyAssignedPartitions : int with get, set
Property Value
Int32The number of dynamically assigned partitions.
See Also