Returns the schema of a stream, throwing an exception if the stream does not exist.

Namespace: StreamBase.SB.Client
Assembly: StreamBase.SB.Client (in StreamBase.SB.Client.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Schema GetSchemaForStream(
	string sStreamName
)
Public Function GetSchemaForStream ( _
	sStreamName As String _
) As Schema
public:
Schema^ GetSchemaForStream(
	String^ sStreamName
)

Parameters

sStreamName
String

Exceptions

ExceptionCondition
StreamBase.SB..::..StreamBaseExceptionNamed stream does not exist

See Also