AnalysisConnectionMode Enum

Definition

How the read-write server's participation in the query pool is controlled.<br/>It can have the following values: <ul><li>readOnly - indicates that the read-write server is intended not to participate in query operations</li><li>all - indicates that the read-write server can participate in query operations</li></ul>Specifying readOnly when capacity is 1 results in error.

C#
public enum AnalysisConnectionMode
Inheritance
AnalysisConnectionMode

Fields

Name Value Description
All 0

All.

ReadOnly 1

ReadOnly.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview