Namespace
New-EdgeKVNamespace
Synopsis
Create a namespace.
Syntax
New-EdgeKVNamespace [-Name] <String> [[-RetentionInSeconds] <String>] [[-GeoLocation] <String>] [-Network] <String> [[-GroupID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Creates a namespace on Akamai's staging or production network. You should create namespaces first on the staging network so that you can test your EdgeWorkers code before you deploy it to production.
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 |
‑GeoLocation |
The storage location for data when creating a namespace on the production network. This can help optimize performance by storing data where most of your users are located. Once you set this value, you can't modify it. The value defaults to The |
‑GroupID |
Your EdgeKV access group's ID. |
‑Name Required |
Your token's name. Used when retrieving tokens by name. |
‑Network Required |
The type of network to execute the API request on, either |
‑RetentionInSeconds |
A retention period of underlying data, represented in seconds. Accepts values between |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 20 days ago