Class ExportObjectMetadataSummary
Details of the exported object
Inherited Members
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. |