Class KeyRangePartitionConfig
The information about key range.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class KeyRangePartitionConfig : PartitionConfig
Properties
KeyRange
Declaration
[JsonProperty(PropertyName = "keyRange")]
public KeyRange KeyRange { get; set; }
Property Value
| Type | Description |
|---|---|
| KeyRange |
PartitionNumber
Declaration
[JsonProperty(PropertyName = "partitionNumber")]
public int? PartitionNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The partition number for the key range. |