Data

Synopsis

Download group data.

Syntax

Export-EdgeKVData [-NamespaceID] <String> [-Network] <String> [-OutputFile] <String> [[-GroupID] <String>] [[-MaxItems] <Int32>] [-ShowExpires] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Download all content stored within the group.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑GroupID

Your EdgeKV access group's ID.

‑MaxItems

If specified, maximum number of items to return per request, up to the system limits.

‑NamespaceID
Required

A namespace's ID.

‑Network
Required

The type of network to execute the API request on, either STAGING or PRODUCTION.

‑OutputFile
Required

File to which the function will write CSV data.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑ShowExpires

Include expiry details for each CSV record, false by default.

Related Links