Send feedback on this topic.
Teradata.Client.Provider
Length Property (TdStream)



Teradata.Client.Provider Namespace > TdStream Class : Length Property
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
ExceptionDescription
The TdStream is closed / disposed.
Requirements

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdStream Class
TdStream Members