StorageFree Property  
 

Gets the total number of bytes available to store new objects.

Syntax

object.StorageFree

Remarks

This property returns a value which specifies the number of bytes available for the storage of new objects. This value reflects the total amount of available storage across all applications registered with the development account. If this value is zero, your storage account has reached its storage limit.

If your storage quota has been exceeded, either because the total number of objects or the total bytes of storage has reached their limit, your applications will be unable to create new objects. Your application can continue to access existing objects, regardless of your current quota limits.

To free storage space, use the Delete method to delete individual storage objects that are no longer needed by your application, or use the DeleteAll method to delete all objects in the current container.

Data Type

Double

See Also

ObjectLimit Property, StorageLimit Property, StorageObjects Property, StorageUsed Property