Show / Hide Table of Contents

Class ExportDataAssetDetails

The details of what needs to be exported.

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

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.

In this article
Back to top