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

BinaryPropertyValue interface

描述二进制类型的 Service Fabric 属性值。

属性

data

要作为整数数组发送的字节数组。 数组的每个元素都是介于 0 和 255 之间的数字。

kind

多态鉴别器

属性详细信息

data

要作为整数数组发送的字节数组。 数组的每个元素都是介于 0 和 255 之间的数字。

data: number[]

属性值

number[]

kind

多态鉴别器

kind: "Binary"

属性值

"Binary"