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

CompositePath 构造函数

定义

重载

CompositePath()

初始化 CompositePath 类的新实例。

CompositePath(String, String)

初始化 CompositePath 类的新实例。

CompositePath()

初始化 CompositePath 类的新实例。

public CompositePath ();
Public Sub New ()

适用于

CompositePath(String, String)

初始化 CompositePath 类的新实例。

public CompositePath (string path = default, string order = default);
new Microsoft.Azure.Management.CosmosDB.Models.CompositePath : string * string -> Microsoft.Azure.Management.CosmosDB.Models.CompositePath
Public Sub New (Optional path As String = Nothing, Optional order As String = Nothing)

参数

path
String

索引行为适用的路径。 索引路径通常以根开头,以通配符 (/path/*)

order
String

复合路径的排序顺序。 可能的值包括:“ascending”、“descending”

适用于