DocSpace-buildtools/common/ASC.Data.Storage/protos/MigrationUploadCdn.proto
2020-08-27 17:01:37 +03:00

17 lines
248 B
Protocol Buffer

syntax = "proto3";
package ASC.Migration;
message MigrationUploadCdn {
int32 Tenant = 1;
string RelativePath = 2;
string MappedPath = 3;
CdnStorSettings CdnStorSettings = 4;
}
message CdnStorSettings {
string ID = 1;
string Module = 2;
}