StorageObjectContentLength Property |
The length of data content in bytes stored in the StorageObject.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic long ContentLength { get; }
Public ReadOnly Property ContentLength As Long
Get
public:
property long long ContentLength {
long long get ();
}
member ContentLength : int64 with get
Property Value
Type:
Int64
See Also