LeviLamina
Loading...
Searching...
No Matches
Operation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
EduCloudUtils {
6
7
enum class
Operation :
int
{
8
Unknown = 0,
9
GetMetadataForDriveItem = 1,
10
Fetch = 2,
11
GetDownloadUrl = 3,
12
GetFileContents = 4,
13
UploadStub = 5,
14
UploadFileContents = 6,
15
GetDriveItem = 7,
16
CloudImport = 8,
17
CloudExport = 9,
18
DeleteDriveItem = 10,
19
CreateUploadSession = 11,
20
ResumableUpload = 12,
21
};
22
23
}
src
mc
client
util
edu_cloud_utils
Operation.h
Generated on Sat Apr 26 2025 05:55:48 for LeviLamina by
1.12.0