Show / Hide Table of Contents

Class DataEntitySummary

The data entity summary object.

Inheritance
object
DataEntitySummary
DataEntitySummaryFromDataStore
DataEntitySummaryFromFile
DataEntitySummaryFromObject
DataEntitySummaryFromSql
DataEntitySummaryFromTable
DataEntitySummaryFromView
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(DataEntitySummaryModelConverter))]
public class DataEntitySummary

Properties

Metadata

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