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

TableSpecification interface

描述单个服务输入或输出的 swagger 2.0 架构。 请参阅 Swagger 规范: http://swagger.io/specification/

属性

description

Swagger 架构说明。

format

如果“type”不是“object”,则为格式

properties

数据表中的列集。

title

Swagger 架构标题。

type

swagger 中描述的实体的类型。

属性详细信息

description

Swagger 架构说明。

description?: string

属性值

string

format

如果“type”不是“object”,则为格式

format?: string

属性值

string

properties

数据表中的列集。

properties?: {[propertyName: string]: ColumnSpecification}

属性值

{[propertyName: string]: ColumnSpecification}

title

Swagger 架构标题。

title?: string

属性值

string

type

swagger 中描述的实体的类型。

type: string

属性值

string