다음을 통해 공유


FileDTO interface

업로드된 파일의 세부 정보를 보관하는 DTO입니다.

속성

fileName

파일 이름. 지원되는 파일 형식은 ".tsv", ".pdf", ".txt", ".docx", ".xlsx"입니다.

fileUri

파일의 공용 URI입니다.

속성 세부 정보

fileName

파일 이름. 지원되는 파일 형식은 ".tsv", ".pdf", ".txt", ".docx", ".xlsx"입니다.

fileName: string

속성 값

string

fileUri

파일의 공용 URI입니다.

fileUri: string

속성 값

string