Class UserSchedulingQuotas
User computing quota description
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class UserSchedulingQuotas
Properties
MaxCores
Maximum number of cores running at the same time for instances with the given scheduling type for the user.
Declaration
public int MaxCores { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Examples
512
MaxInstances
Maximum number of instances of the given scheduling type that the user can run simultaneously.
Declaration
public int MaxInstances { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Examples
64
RunningCoresCount
Current number of running cores scheduled for the given scheduling type for the user.
Declaration
public int RunningCoresCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Examples
1
RunningInstancesCount
Current number of running instances scheduled for the given scheduling type for the user.
Declaration
public int RunningInstancesCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Examples
1
Methods
Equals(object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The object to compare with the current object. |
Returns
| Type | Description |
|---|---|
| bool | true if the specified object is equal to the current object; otherwise, false. |
Overrides
ToString()
ToString
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |