Show / Hide Table of Contents

Class KeyRangePartitionConfig

The information about key range.

Inheritance
object
PartitionConfig
KeyRangePartitionConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top