你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
New-AzCosmosDBGremlinIncludedPath
创建 PSIncludedPath 类型的新对象。 它可以作为 Set-AzCosmosDBGremlinGraph 的参数值传递。
语法
New-AzCosmosDBGremlinIncludedPath
[-Path <String>]
[-Index <PSIndexes[]>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
对应于 Gremlin API 的 IncludedPath 的对象。
示例
示例 1
$index1 = New-AzCosmosDBGremlinIncludedPathIndex -DataType String -Precision -1 -Kind Hash
New-AzCosmosDBGremlinIncludedPath -Path "/*" -Index $index1
Path Indexes
---- -------
/* {Microsoft.Azure.Commands.CosmosDB.Models.PSIndexes}
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Index
此路径的索引列表
类型: | PSIndexes[] |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Path
索引行为应用于的路径。 索引路径通常以根开头,以通配符结尾(/path/*)
类型: | String |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
输入
None