Show / Hide Table of Contents

Class DataflowArtifactsDetail

Detail to deploy Artifacts for Dataflow service.

Inheritance
object
DataflowArtifactsDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top