MemoryStore

Represents the memory store of the universe.

Thuộc Tính

pathstring

The resource path of the memory store.

Format: universes/{universe_id}/memory-store.

URL Cơ Sở

https://apis.roblox.com
Tài nguyên MemoryStore

{
"path": "universes/123/memory-store"
}

MemoryStore

Flush Memory Store
Bản Beta

POST /cloud/v2/universes/{universe_id}/memory-store:flush

Asynchronously flush all data structures in the universe.

Phạm Vi
universe.memory-store:flush
Yêu CầuTham Số Đường Dẫn
universe_idstring
Bắt Buộc

The universe ID.

Yêu Cầu Cơ Thể
Phản Hồi

Phương pháp này không đồng bộ và trả về một "Hoạt Động" cho biết trạng thái hiện tại của hoạt động. Phương pháp chứa một đường dẫn điểm cuối mà bạn có thể thăm dò để nhận về phản hồi thực tế và siêu dữ liệu hiện hành. Xem [tài liệu] (/cloud/reference/patterns#long-running-operations) về các hoạt động kéo dài để biết thêm thông tin.

Các phần dưới đây mô tả những phản hồi và siêu dữ liệu có được khi một hoạt động hoàn thành.

Phản Hồi

Không Có

Siêu dữ liệu

Không Có

POST /cloud/v2/universes/{universe_id}/memory-store:flush

curl -L -X POST 'https://apis.roblox.com/cloud/v2/universes/{universe_id}/memory-store:flush' \
-H 'x-api-key: {your-api-key}' \
-H 'Content-Type: application/json' \
--data '{}'