다음을 통해 공유


Path interface

속성

contentLength
createdOn

경로의 생성 시간입니다.

encryptionContext

파일에 설정할 암호화 컨텍스트를 지정합니다.

encryptionScope

Blob이 암호화되는 암호화 scope 이름입니다.

etag
expiresOn

경로의 만료 시간입니다.

group
isDirectory
lastModified
name
owner
permissions

속성 세부 정보

contentLength

contentLength?: number

속성 값

number

createdOn

경로의 생성 시간입니다.

createdOn?: Date

속성 값

Date

encryptionContext

파일에 설정할 암호화 컨텍스트를 지정합니다.

encryptionContext?: string

속성 값

string

encryptionScope

Blob이 암호화되는 암호화 scope 이름입니다.

encryptionScope?: string

속성 값

string

etag

etag?: string

속성 값

string

expiresOn

경로의 만료 시간입니다.

expiresOn?: Date

속성 값

Date

group

group?: string

속성 값

string

isDirectory

isDirectory?: boolean

속성 값

boolean

lastModified

lastModified?: Date

속성 값

Date

name

name?: string

속성 값

string

owner

owner?: string

속성 값

string

permissions

permissions?: PathPermissions

속성 값