Click or drag to resize
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.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public StorageObject(
	StorageCollection storageCollection
)

Parameters

storageCollection
Type: Oracle.Cloud.Mobile.StorageStorageCollection
The StorageCollection in which this StorageObject is to be created.
See Also