Set or clear stream level flags

Namespace: Microsoft.Cosmos.Management
Assembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)

Syntax

C#
public void SetStreamProperty(
	CosmosUri stream,
	StreamFlags flags
)
Visual Basic
Public Sub SetStreamProperty ( _
	stream As CosmosUri, _
	flags As StreamFlags _
)
Visual C++
public:
void SetStreamProperty(
	CosmosUri^ stream, 
	StreamFlags flags
)

Parameters

stream
Type: CosmosUri
the name of the stream
flags
Type: VcClient..::..StreamFlags
the flags to be applied, check StreamFlags enum for details

See Also