StorageObject Constructor |
Creates a new StorageObject to be associated with a Storage Collection. The StorageObject's content needs to be
populated before being uploaded to the Service.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic StorageObject(
StorageCollection storageCollection
)
Public Sub New (
storageCollection As StorageCollection
)
public:
StorageObject(
StorageCollection^ storageCollection
)
new :
storageCollection : StorageCollection -> StorageObject
Parameters
- storageCollection
- Type: Oracle.Cloud.Mobile.StorageStorageCollection
The StorageCollection in which this StorageObject is to be created.
See Also