New-AzCosmosDBGremlinIncludedPathIndex
建立 PSIndexes 類型的新物件。 它可以當做 Set-AzCosmosDBGremlinIncludedPath 的參數值傳遞。
New-AzCosmosDBGremlinIncludedPathIndex
-DataType <String>
[-Precision <Int32>]
-Kind <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
對應至 Gremlin API 的 IncludedPath 索引的物件。
New-AzCosmosDBGremlinIncludedPathIndex -DataType String -Precision -1 -Kind Hash
DataType Precision Kind
-------- --------- ----
String -1 Hash
套用索引行為的數據類型。 可能的值包括:'String'、'Number'、'Point'、'Polygon'、'LineString'、'MultiPolygon'
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
表示索引的類型。 可能的值包括:'Hash'、'Range'、'Spatial'
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
索引的有效位數。 -1 是最大精確度。
類型: | Nullable<T>[Int32] |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
None