共用方式為


ModuleEndpointOutputPathInfo.UniqueRelativePath Property

Definition

Gets or sets the unique relative path where mef should write output to. T

[System.Runtime.Serialization.DataMember(IsRequired=true, Order=1)]
public string UniqueRelativePath { get; set; }
[<System.Runtime.Serialization.DataMember(IsRequired=true, Order=1)>]
member this.UniqueRelativePath : string with get, set
Public Property UniqueRelativePath As String

Property Value

Attributes

Remarks

This path must be unique per workflow endpoint and exists within the relative path specified in OutputDatalakeFolderInfo.

Applies to