Show / Hide Table of Contents

Class EntityShape

The data entity shape object.

Inheritance
object
EntityShape
EntityShapeFromFile
EntityShapeFromObject
EntityShapeFromSQL
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
[JsonConverter(typeof(EntityShapeModelConverter))]
public class EntityShape

Properties

Metadata

Declaration
[JsonProperty(PropertyName = "metadata")]
public ObjectMetadata Metadata { get; set; }
Property Value
Type Description
ObjectMetadata
In this article
Back to top