UsageInfo.StoragePercentageUsed - Propriété
Gets a value that specifies the ratio of the amount of disk space currently being used by the site collection to the maximum disk space specified in the site collection quota.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property StoragePercentageUsed As Double
Get
'Utilisation
Dim instance As UsageInfo
Dim value As Double
value = instance.StoragePercentageUsed
public double StoragePercentageUsed { get; }
Valeur de propriété
Type : System.Double
Double
The ratio of the amount of disk space currently being used by the site collection to the maximum disk space specified in the site collection quota. The server returns 0 if no maximum available storage is specified in the site collection quota. This value is equal to or greater than 0, and equal to or less than 1.