VhdOptions
Properties
Name()/ setterSize()/ setterType()/ setterOwner()/ setter
VhdOptions options;
options.Name(L"build-cache");
options.Size(10ull * 1024 * 1024 * 1024);
options.Type(VhdType::Dynamic);
options.Owner({ 1000, 1000 });
Properties
Name() / setterSize() / setterType() / setterOwner() / setterVhdOptions options;
options.Name(L"build-cache");
options.Size(10ull * 1024 * 1024 * 1024);
options.Type(VhdType::Dynamic);
options.Owner({ 1000, 1000 });