PlatformTelemetryRegistrationSettings.StorageSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the storage size of the client.
public:
property unsigned int StorageSize { unsigned int get(); void set(unsigned int value); };
uint32_t StorageSize();
void StorageSize(uint32_t value);
public uint StorageSize { get; set; }
var uInt32 = platformTelemetryRegistrationSettings.storageSize;
platformTelemetryRegistrationSettings.storageSize = uInt32;
Public Property StorageSize As UInteger
Property Value
Storage size of the client, in bytes. Value must be greater than 0 and less than 100 megabytes.