Show / Hide Table of Contents

Class KeyRange

The information about key range.

Inheritance
object
KeyRange
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 KeyRange

Properties

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.

In this article
Back to top