Click or drag to resize
Storage Class
Class that provides cloud based storage capabilities.
Inheritance Hierarchy

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 sealed class Storage : ServiceProxy

The Storage type exposes the following members.

Constructors
  NameDescription
Public methodStorage
Internal constructor not meant for callers to invoke directly.
Top
Properties
  NameDescription
Public propertyBackend
The Mobile Backend that this Service Proxy is associated with.
(Inherited from ServiceProxy.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetCollectionAsync(String)
Returns a Storage Collection with the given name from the service.
Public methodGetCollectionAsync(String, String)
Returns a Storage Collection with the given name from the service associated with the user. Subsequent accesses to Storage Objects in the Storage Collection will only return Storage Objects owned by the user.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also