Edit

Share via


SMS_CollectionInfoInFullEvaluationQueue server WMI class

Starting in version 2010, the SMS_CollectionInfoInFullEvaluationQueue WMI class is an SMS Provider server class in Configuration Manager. It represents a collection of resources related logically by rules along with collection information.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_CollectionInfoInFullEvaluationQueue : SMS_BaseClass
{
    string CollectionID;
    string CollectionName;
    uint64 Length;
    uint64 EStatus;
    uint64 Queue;
    uint64 Queue_org;
    datetime EvaluationStartTime;
    uint32 CurrentStatus;
    datetime EstimatedCompletionTime;
    uint64 EstimatedRunTime;
};

Properties

CollectionID

Data type: String

Access type: Read-only

Qualifiers: [key, read]

The unique autogenerated ID for this collection that contains eight characters.

The format of the collection ID is the site code that created the collection followed by a five-digit hexadecimal serial number, for example, JAX0002C. The default Configuration Manager collections use the prefix SMS, for example, SMS00001.

CollectionName

Data type: String

Access type: Read-only

Qualifiers: [key, read]

The name of the collection. This value represents the collection in the Configuration Manager console and should be unique.

Length

Data type: Uint32

Access type: Read-only

Qualifiers: [read]

The time cost of the evaluation in milliseconds.

EStatus

Data type: Uint64

Access type: Read-only

Qualifiers: [read]

Evaluation status of the collection.

Queue

Data type: Uint64

Access type: Read-only

Qualifiers: [read]

Current queue status.

Queue_org

Data type: Uint64

Access type: Read-only

Qualifiers: [read]

Original queue status.

EvaluationStartTime

Data type: Datetime

Access type: Read-only

Qualifiers: [read]

Evaluation start time of the collection.

CurrentStatus

Data type: Uint32

Access type: Read-only

Qualifiers: [read]

Current status of the collection:

Value State type
0 Not in queue
1 In queue
2 In array
3 Running

EstimatedCompletionTime

Data type: Datetime

Access type: Read-only

Qualifiers: [read]

Estimated completion time of the collection.

EstimatedRunTime

Data type: Uint64

Access type: Read-only

Qualifiers: [read]

Estimated time cost of the evaluation in milliseconds.

Remarks

This class is read-only

Requirements

Runtime requirements

For more information, see Configuration Manager server runtime requirements.

Development requirements

For more information, see Configuration Manager server development requirements.

See also

SMS_Collection server WMI class

SMS_CollectionEvaluationFull server WMI class

SMS_CollectionEvaluationIncremental server WMI class

SMS_CollectionInfoInManualEvaluationQueue server WMI class

SMS_CollectionInfoInNewEvaluationQueue server WMI class

SMS_CollectionInfoInIncrementalEvaluationQueue server WMI class