New-AzCosmosDBGremlinCompositePath
建立 PSCompositePath 類型的新物件。 它可以當做 Set-AzCosmosDBGremlinGraph 的參數值傳遞。
語法
New-AzCosmosDBGremlinCompositePath
[-Path <String>]
[-Order <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
對應至 Gremlin API 的 CompositePath 的物件。
範例
範例 1
New-AzCosmosDBGremlinCompositePath -Path "/abc" -Order Ascending
Path Order
---- -----
/abc Ascending
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Order
取得或設定複合路徑的排序順序。 可能的值包括:'Ascending'、'Descending'
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Path
索引行為套用的路徑。 索引路徑通常以根開頭,並以通配符結尾 (/path/*)
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None