Represents information about a stream in a StreamBase Server.
            Instances of this class are retrieved from a Snapshot.
            
Namespace: StreamBase.SB.MonitorAssembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public class StreamInfo : ICloneable
Public Class StreamInfo _ Implements ICloneable
public ref class StreamInfo : ICloneable
 Members
Members
| All Members | Methods  | 
|  Public  Protected |  Instance  Static  |  Declared  Inherited |  XNA Framework Only   .NET Compact Framework Only  | 
| Member | Description | |
|---|---|---|
|  | Clone()()()() | 
            Clones this StreamInfo instance.
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetDeltaTuples()()()() | 
            Returns the number of tuples since the last snapshot.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetNumTuples()()()() | 
            Returns the total number of tuples on the stream since the stream was created.
             | 
|  | GetStreamProperties()()()() | 
            Returns the StreamProperties of the stream.
             | 
|  | GetType()()()() | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString()()()() | 
            Returns a string representation of this instance.
            (Overrides Object..::..ToString()()()().) | 

























