Show / Hide Table of Contents

Class AsynchronousExportDataAssetDetails

Details needed by the Data Asset export request.

Inheritance
object
AsynchronousExportDataAssetDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatacatalogService.Models
Assembly: OCI.DotNetSDK.Datacatalog.dll
Syntax
public class AsynchronousExportDataAssetDetails

Properties

ExportScope

Declaration
[JsonProperty(PropertyName = "exportScope")]
public List<DataAssetExportScope> ExportScope { get; set; }
Property Value
Type Description
List<DataAssetExportScope>

Array of objects and their child types to be selected for export.

ObjectStorageTarget

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