The EdgeConfig.
import { GetEdgeConfigResponseBody } from "@vercel/sdk/models/getedgeconfigop.js";
let value: GetEdgeConfigResponseBody = {
sizeInBytes: 3075.32,
itemCount: 8756.93,
};
Field | Type | Required | Description |
---|---|---|---|
createdAt |
number | ➖ | N/A |
updatedAt |
number | ➖ | N/A |
id |
string | ➖ | N/A |
slug |
string | ➖ | Name for the Edge Config Names are not unique. Must start with an alphabetic character and can contain only alphanumeric characters and underscores). |
ownerId |
string | ➖ | N/A |
digest |
string | ➖ | N/A |
transfer |
models.GetEdgeConfigTransfer | ➖ | Keeps track of the current state of the Edge Config while it gets transferred. |
schema |
models.GetEdgeConfigSchema | ➖ | N/A |
purpose |
models.GetEdgeConfigPurpose | ➖ | N/A |
sizeInBytes |
number | ✔️ | N/A |
itemCount |
number | ✔️ | N/A |