다음을 통해 공유


ResourceFile.FilePath 속성

정의

작업의 작업 디렉터리를 기준으로 파일을 다운로드할 컴퓨팅 노드의 위치를 가져오거나 설정합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="filePath")]
public string FilePath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="filePath")>]
member this.FilePath : string with get, set
Public Property FilePath As String

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

httpUrl 속성을 지정하면 filePath가 필요하며 파일 이름을 포함하여 파일이 다운로드될 경로를 설명합니다. 그렇지 않으면 autoStorageContainerName 또는 storageContainerUrl 속성이 지정된 경우 filePath는 선택 사항이며 파일을 다운로드할 디렉터리입니다. filePath가 디렉터리로 사용되는 경우 입력 데이터와 이미 연결된 모든 디렉터리 구조가 완전히 유지되고 지정된 filePath 디렉터리에 추가됩니다. 지정된 상대 경로는 작업의 작업 디렉터리에서 분리할 수 없습니다(예: '..'을 사용).

적용 대상