Share via


st getall

[This document supports a preliminary release of a software product that may be changed substantially prior to final commercial release. This document is provided for informational purposes only.]

Retrieves entities in the specified scope. If authority id is specified, all containers in it are returned. If authority id and container id is specified, all entities in the specified container are returned.

st getall <authorityid> [<containerid> | [<entityid>]]       <credentials>        [/REST | /SOAP] [/parallel:<number>]        [/verbose] [/accept] [/console]

This command is a shorthand for writing select all query (i.e "from e in entities select e"). It returns all the entities in the specified scope.

Examples

Example 1 Retrieve all containers

The following example retrieves all containers in myauth authority.

cmdPrompt>st getall myauth /host:data.database.windows.net /user:userName 

See Also

Concepts

SDS Command Line Tool