Class SqlServerServerFlag
SQL Server server flag details.
Implements
Inherited Members
Namespace: Google.Apis.MigrationCenterAPI.v1.Data
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class SqlServerServerFlag : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServerFlagName
Required. The server flag name.
Declaration
[JsonProperty("serverFlagName")]
public virtual string ServerFlagName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Required. The server flag value set by the user.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValueInUse
Required. The server flag actual value. If value_in_use is different from value it means that either the
configuration change was not applied or it is an expected behavior. See SQL Server documentation for more
details.
Declaration
[JsonProperty("valueInUse")]
public virtual string ValueInUse { get; set; }
Property Value
| Type | Description |
|---|---|
| string |