Gets or sets the value of the structuredstream path in the cluster

Namespace: Microsoft.Cosmos.ExportClient
Assembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)

Syntax

C#
public abstract string Path { get; set; }
Visual Basic
Public MustOverride Property Path As String
	Get
	Set
Visual C++
public:
virtual property String^ Path {
	String^ get () abstract;
	void set (String^ value) abstract;
}

See Also