Skip to content

sergiojrdotnet/AzureTableOperations

Repository files navigation

Azure Table Operations

Execute a table operation.

Usage

Delete entities

ato delete -c <connection-string> -t <table> -q <query> [-b] [--page-size <page-size>]

    -c, --connection-string <connection-string>    The connection string to the storage account.
    -t, --table <table>                            The table name.
    -q, --query <query>                            The OData query to filter the entities.
    -b, --batch                                    Delete entities in batches of <page-size>.
    --page-size <page-size>                        The maximum number of entities that will be returned per page request. Default is 100.
    --help                                         Show help.

Example

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages