TestLogStoreAttachment interface
LogStore 中测试附件的附件元数据。
属性
attachment |
附件类型。 |
comment | 与附件关联的注释。 |
created |
附件创建日期。 |
file |
附件文件名。 |
size | 附件大小。 |
url | 附件 URL。 |
属性详细信息
attachmentType
comment
与附件关联的注释。
comment: string
属性值
string
createdDate
附件创建日期。
createdDate: Date
属性值
Date
fileName
附件文件名。
fileName: string
属性值
string
size
附件大小。
size: number
属性值
number
url
附件 URL。
url: string
属性值
string