Show / Hide Table of Contents

Class UpdateDataAssetFromRest

Details to update the Rest data asset.

Inheritance
object
UpdateDataAssetDetails
UpdateDataAssetFromRest
Inherited Members
UpdateDataAssetDetails.Key
UpdateDataAssetDetails.ModelVersion
UpdateDataAssetDetails.Name
UpdateDataAssetDetails.Description
UpdateDataAssetDetails.ObjectStatus
UpdateDataAssetDetails.ObjectVersion
UpdateDataAssetDetails.Identifier
UpdateDataAssetDetails.ExternalKey
UpdateDataAssetDetails.AssetProperties
UpdateDataAssetDetails.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 UpdateDataAssetFromRest : UpdateDataAssetDetails

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 UpdateConnectionDetails DefaultConnection { get; set; }
Property Value
Type Description
UpdateConnectionDetails
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