Class KeyRange
The information about key range.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class KeyRangeProperties
Key
Declaration
[JsonProperty(PropertyName = "key")]
public ShapeField Key { get; set; }Property Value
| Type | Description | 
|---|---|
| ShapeField | 
Range
Declaration
[JsonProperty(PropertyName = "range")]
public List<string> Range { get; set; }Property Value
| Type | Description | 
|---|---|
| List<string> | The key range. |