Class AdvancedMachineFeatures
Specifies options for controlling advanced machine features.
Implements
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1.Data
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class AdvancedMachineFeatures : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ThreadsPerCore
The number of threads per physical core.
Declaration
[JsonProperty("threadsPerCore")]
public virtual int? ThreadsPerCore { get; set; }
Property Value
Type | Description |
---|---|
int? |