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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdStream Class
TdStream Members