Class DataflowArtifactsDetail
Detail to deploy Artifacts for Dataflow service.
Inherited Members
Namespace: Oci.DifService.Models
Assembly: OCI.DotNetSDK.Dif.dll
Syntax
public class DataflowArtifactsDetail
Properties
ArchiveUri
Declaration
[JsonProperty(PropertyName = "archiveUri")]
public string ArchiveUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Contains the archive from object storage bucket which can be added as dependency to data flow application. |
Execute
Declaration
[Required(ErrorMessage = "Execute is required.")]
[JsonProperty(PropertyName = "execute")]
public string Execute { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InstanceId
Declaration
[Required(ErrorMessage = "InstanceId is required.")]
[JsonProperty(PropertyName = "instanceId")]
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Instance id of the existing Dataflow Instance for artifact deployment. |
Remarks
Required