StorageLimit Property  
 

Gets the maximum number of bytes of storage available.

Syntax

object.StorageLimit

Remarks

This property returns a value which specifies the maximum number of bytes of data storage available. This limit applies to all applications registered with the development account. In addition to limits on the total number of bytes that can be stored, there are also limits on the total number objects which may be created, and the individual size of each object.

Storage quota limits are assigned for each SocketTools development account. Accounts that are created with an evaluation license have much lower quota limits than a standard account and should be used for testing purposes only. After the evaluation period has ended, all objects stored using the evaluation license will be deleted.

This value does not represent limits on the storage used by a specific application. Quotas limits apply to all applications that are registered with the development account, which is identified with the runtime license key passed to the Initialize method.

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