Send feedback on this topic.
Teradata.Client.Provider
TdStream Class Members
Properties  Methods 

Teradata.Client.Provider Namespace : TdStream Class

The following tables list the members exposed by TdStream.

Public Properties
 NameDescription
Public PropertyOverridden. Gets a value indicating whether data can be read from the TdStream.  
Public PropertyOverridden. Gets a value indicating whether the TdStream object supports seeking.  
Public PropertyGets a value that determines whether the current stream can time out. (Inherited from System.IO.Stream)
Public PropertyOverridden. Gets a value indicating whether the TdStream object supports writing.  
Public PropertyOverridden. Gets the size of the TdStream (BLOB) in bytes.  
Public PropertyOverridden. Gets the current position within the TdStream object.  
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to read before timing out. (Inherited from System.IO.Stream)
Public PropertyGets or sets a value, in miliseconds, that determines how long the stream will attempt to write before timing out. (Inherited from System.IO.Stream)
Top
Public Methods
 NameDescription
Public MethodBegins an asynchronous read operation. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) (Inherited from System.IO.Stream)
Public MethodBegins an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) (Inherited from System.IO.Stream)
Public MethodOverridden. Closes the TdStream object and frees all resources.  
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodReleases all resources used by the System.IO.Stream. (Inherited from System.IO.Stream)
Public MethodWaits for the pending asynchronous read to complete. (Consider using System.IO.Stream.ReadAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) (Inherited from System.IO.Stream)
Public MethodEnds an asynchronous write operation. (Consider using System.IO.Stream.WriteAsync(System.Byte[],System.Int32,System.Int32) instead; see the Remarks section.) (Inherited from System.IO.Stream)
Public Method (Inherited from object)
Public MethodOverridden. Not supported.  
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodServes as the default hash function. (Inherited from object)
Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodGets the System.Type of the current instance. (Inherited from object)
Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodOverridden. Reads data into the application provided buffer and advances the current position of the stream.  
Public MethodOverloaded. Overridden.   
Public MethodReads a byte from the stream and advances the position within the stream by one byte, or returns -1 if at the end of the stream. (Inherited from System.IO.Stream)
Public MethodOverridden. TdStream does not support seeking.  
Public MethodOverridden. TdStream does not support SetLength.  
Public MethodReturns a string that represents the current object. (Inherited from object)
Public MethodOverridden. TdStream does not support writing.  
Public MethodOverloaded.  (Inherited from System.IO.Stream)
Public MethodOverridden. TdStream does not support writing.  
Top
See Also

Reference

TdStream Class
Teradata.Client.Provider Namespace
TdBlob Class