FileImportState type
定义 FileImportState 的值。
KnownFileImportState 可以与 FileImportState 互换使用,此枚举包含服务支持的已知值。
服务支持的已知值
FatalError:引入文件时发生致命错误。
已摄取:文件已摄取。
IngestedWithErrors:文件已引入并出现错误。
InProgress:文件摄取正在进行中。
无效:文件无效。
WaitingForUpload:等待文件上传。
未指定:未指定状态。
type FileImportState = string