Show / Hide Table of Contents

Class ImportDataAssetDetails

Specifies the file contents to be imported.

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

Properties

ImportFileContents

Declaration
[Required(ErrorMessage = "ImportFileContents is required.")]
[JsonProperty(PropertyName = "importFileContents")]
public byte[] ImportFileContents { get; set; }
Property Value
Type Description
byte[]

The file contents to be imported. File size not to exceed 10 MB.

Remarks

Required

In this article
Back to top