New-AzCosmosDBGremlinCompositePath
Creates a new object of type PSCompositePath. It can be passed as a parameter value for Set-AzCosmosDBGremlinGraph.
Syntax
New-AzCosmosDBGremlinCompositePath
[-Path <String>]
[-Order <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Object corresponding to Gremlin API's CompositePath.
Examples
Example 1
New-AzCosmosDBGremlinCompositePath -Path "/abc" -Order Ascending
Path Order
---- -----
/abc Ascending
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Order
Gets or sets sort order for composite paths. Possible values include: 'Ascending', 'Descending'
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Path
The path for which the indexing behavior applies to. Index paths typically start with root and end with wildcard (/path/*)
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
None
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell