PlatformTelemetryRegistrationSettings.StorageSize Property

Definition

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

UInt32

unsigned int

uint32_t

Storage size of the client, in bytes. Value must be greater than 0 and less than 100 megabytes.

Applies to