Gets the size of the TdStream (BLOB) in bytes.
Syntax
'Declaration
Public Overrides NotOverridable ReadOnly Property Length As Long
'Usage
Dim instance As TdStream
Dim value As Long
value = instance.Length
public override long Length {get;}
public:
property int64 Length {
int64 get() override;
}
Property Value
The size of the TdStream (BLOB) in bytes.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also