TestLogStoreAttachment interface

LogStore 中测试附件的附件元数据。

属性

attachmentType

附件类型。

comment

与附件关联的注释。

createdDate

附件创建日期。

fileName

附件文件名。

size

附件大小。

url

附件 URL。

属性详细信息

attachmentType

附件类型。

attachmentType: AttachmentType

属性值

comment

与附件关联的注释。

comment: string

属性值

string

createdDate

附件创建日期。

createdDate: Date

属性值

Date

fileName

附件文件名。

fileName: string

属性值

string

size

附件大小。

size: number

属性值

number

url

附件 URL。

url: string

属性值

string