This is the complete list of members for AccelByte.Api.CloudStorage, including all inherited members.
| CreateSlot(byte[] data, string dataName, ResultCallback< Slot > callback) | AccelByte.Api.CloudStorage | inline |
| DeleteSlot(string slotId, ResultCallback callback) | AccelByte.Api.CloudStorage | inline |
| GetAllSlots(ResultCallback< Slot[]> callback) | AccelByte.Api.CloudStorage | inline |
| GetSlot(string slotId, ResultCallback< byte[]> callback) | AccelByte.Api.CloudStorage | inline |
| IdValidator (defined in AccelByte.Core.WrapperBase) | AccelByte.Core.WrapperBase | protected |
| UpdateSlot(string slotId, byte[] data, string dataName, ResultCallback< Slot > callback) | AccelByte.Api.CloudStorage | inline |
| UpdateSlotMetadata(string slotId, string[] tags, string label, string customMetadata, ResultCallback< Slot > callback) | AccelByte.Api.CloudStorage | inline |