The number of objects that currently have been submitted for indexing. This value is incremented as new requests are submitted to index additional objects.
Namespace: FileNet.Api.Admin
Assembly: FileNet.Api (in filenet.api.dll)
Syntax
Visual Basic (Declaration) |
---|
ReadOnly Property SubmittedCount As Nullable(Of Integer) |
C# |
---|
Nullable<int> SubmittedCount { get; } |
C++ |
---|
property Nullable<int> SubmittedCount abstract { Nullable<int> get(); } |
J# |
---|
/** property */ public Nullable<int> get_SubmittedCount(); |
JScript |
---|
public function get SubmittedCount() : Nullable<int> |
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
Datatype: LONG
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
PropertyDefaultInteger32: null
PropertyMaximumInteger32: null
PropertyMinimumInteger32: null
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ