你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzCosmosDBSqlIncludedPathIndex
创建 PSIndexes 类型的新对象。 它可以作为 Set-AzCosmosDBSqlIncludedPath 的参数值传递。
语法
New-AzCosmosDBSqlIncludedPathIndex
-DataType <String>
[-Precision <Int32>]
-Kind <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
对应于 Sql API 的 IncludedPath 索引的对象。
示例
示例 1
New-AzCosmosDBSqlIncludedPathIndex -DataType String -Precision -1 -Kind Hash
DataType Precision Kind
-------- --------- ----
String -1 Hash
参数
-DataType
为其应用索引行为的数据类型。 可能的值包括:“String”、“Number”、“Point”、“Polygon”、“LineString”、“MultiPolygon”
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Kind
指示索引的类型。 可能的值包括:“Hash”、“Range”、“Spatial”
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-Precision
索引的精度。 -1 是最大精度。
类型: | Nullable<T>[Int32] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None