Show / Hide Table of Contents

Class UserInformation

Represents the quotas and buckets information.

Inheritance
object
UserInformation
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class UserInformation

Fields

BucketCount

Number of buckets owned by the user.

Declaration
public int BucketCount
Field Value
Type Description
int

Email

User email address.

Declaration
public string Email
Field Value
Type Description
string

MaxBucket

Maximum number of buckets the user is allowed to create.

Declaration
public int MaxBucket
Field Value
Type Description
int

MaxInstances

Maximum number of concurrent allowed instances.

Declaration
public int MaxInstances
Field Value
Type Description
int

MaxPool

Maximum number of pools the user is allowed to create.

Declaration
public int MaxPool
Field Value
Type Description
int

MaxRunningPool

Maximum number of running pools the user is allowed to create.

Declaration
public int MaxRunningPool
Field Value
Type Description
int

MaxRunningTask

Maximum number of running tasks the user is allowed to create.

Declaration
public int MaxRunningTask
Field Value
Type Description
int

MaxTask

Maximum number of tasks the user is allowed to create.

Declaration
public int MaxTask
Field Value
Type Description
int

PoolCount

Total number of pools belonging to the user.

Declaration
public int PoolCount
Field Value
Type Description
int

QuotaBytesBucket

Allowed quota in bytes for the user.

Declaration
public long QuotaBytesBucket
Field Value
Type Description
long

RunningPoolCount

Number of pools currently submitted or running.

Declaration
public int RunningPoolCount
Field Value
Type Description
int

RunningTaskCount

Number of tasks currently submitted or running.

Declaration
public int RunningTaskCount
Field Value
Type Description
int

TaskCount

Total number of tasks belonging to the user.

Declaration
public int TaskCount
Field Value
Type Description
int

UsedQuotaBytesBucket

Currently used quota in bytes.

Declaration
public long UsedQuotaBytesBucket
Field Value
Type Description
long

Properties

RunningCoreCount

Number of cores currently submitted or running.

Declaration
public int RunningCoreCount { get; set; }
Property Value
Type Description
int

RunningInstanceCount

Number of Instances currently submitted or running.

Declaration
public int RunningInstanceCount { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX