你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ProgramBriefAttachment interface

程序简报的文件附件

属性

fileContentBase64

将文件内容作为 base 64 编码字符串

fileName

要附加的文件的名称,例如“myFile01”

fileSizeInBytes

文件大小(以字节为单位)。

fileType

要附加的文件类型,例如“pdf”、“jpg”、“png”

id

程序简短附件 ID。

type

描述附件用途的附件类型,例如“callToAction”、“termsOfService”

属性详细信息

fileContentBase64

将文件内容作为 base 64 编码字符串

fileContentBase64: string

属性值

string

fileName

要附加的文件的名称,例如“myFile01”

fileName: string

属性值

string

fileSizeInBytes

文件大小(以字节为单位)。

fileSizeInBytes?: number

属性值

number

fileType

要附加的文件类型,例如“pdf”、“jpg”、“png”

fileType: FileType

属性值

id

程序简短附件 ID。

id: string

属性值

string

type

描述附件用途的附件类型,例如“callToAction”、“termsOfService”

type: AttachmentType

属性值