Show / Hide Table of Contents

Class ExportObjectMetadataSummary

Details of the exported object

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

Properties

AggregatorKey

Declaration
[JsonProperty(PropertyName = "aggregatorKey")]
public string AggregatorKey { get; set; }
Property Value
Type Description
string

Aggregator key

Identifier

Declaration
[JsonProperty(PropertyName = "identifier")]
public string Identifier { get; set; }
Property Value
Type Description
string

Object identifier

Key

Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type Description
string

Key of the object

Name

Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the object

NamePath

Declaration
[JsonProperty(PropertyName = "namePath")]
public string NamePath { get; set; }
Property Value
Type Description
string

Object name path

ObjectType

Declaration
[JsonProperty(PropertyName = "objectType")]
public string ObjectType { get; set; }
Property Value
Type Description
string

Object type

ObjectVersion

Declaration
[JsonProperty(PropertyName = "objectVersion")]
public string ObjectVersion { get; set; }
Property Value
Type Description
string

Object version

TimeUpdatedInMillis

Declaration
[JsonProperty(PropertyName = "timeUpdatedInMillis")]
public long? TimeUpdatedInMillis { get; set; }
Property Value
Type Description
long?

time at which this object was last updated.

In this article
Back to top