Show / Hide Table of Contents

Class CreateDataAssetFromRest

Details to create Rest data asset type.

Inheritance
object
CreateDataAssetDetails
CreateDataAssetFromRest
Inherited Members
CreateDataAssetDetails.Key
CreateDataAssetDetails.ModelVersion
CreateDataAssetDetails.Name
CreateDataAssetDetails.Description
CreateDataAssetDetails.ObjectStatus
CreateDataAssetDetails.Identifier
CreateDataAssetDetails.ExternalKey
CreateDataAssetDetails.AssetProperties
CreateDataAssetDetails.RegistryMetadata
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 CreateDataAssetFromRest : CreateDataAssetDetails

Properties

BaseUrl

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

The base url of the rest server.

Remarks

Required

DefaultConnection

Declaration
[Required(ErrorMessage = "DefaultConnection is required.")]
[JsonProperty(PropertyName = "defaultConnection")]
public CreateConnectionDetails DefaultConnection { get; set; }
Property Value
Type Description
CreateConnectionDetails
Remarks

Required

ManifestFileContent

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

The manifest file content of the rest APIs.

Remarks

Required

In this article
Back to top