Gets or sets the value of the structuredstream path in the cluster
Namespace: Microsoft.Cosmos.ExportClientAssembly: Microsoft.Cosmos.ExportClient (in Microsoft.Cosmos.ExportClient.dll) Version: 10.2.0.0 (10.2.2.0)
Syntax
C# |
---|
public override string Path { get; set; } |
Visual Basic |
---|
Public Overrides Property Path As String Get Set |
Visual C++ |
---|
public: virtual property String^ Path { String^ get () override; void set (String^ value) override; } |