Show / Hide Table of Contents

Class DataEntity

The data entity object.

Inheritance
object
DataEntity
DataEntityFromDataStore
DataEntityFromFile
DataEntityFromObject
DataEntityFromSql
DataEntityFromTable
DataEntityFromView
DerivedEntity
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(DataEntityModelConverter))]
public class DataEntity

Properties

Metadata

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