Queues a job to update the statistics for a store
Namespace: BrightstarDB.ClientAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
IJobInfo UpdateStatistics(
string storeName,
string label = null
) |
| Visual Basic |
|---|
Function UpdateStatistics (
storeName As String,
Optional label As String = Nothing
) As IJobInfo |
| Visual C++ |
|---|
IJobInfo^ UpdateStatistics(
String^ storeName,
String^ label = nullptr
) |
| F# |
|---|
abstract UpdateStatistics :
storeName : string *
?label : string
(* Defaults:
let _label = defaultArg label null
*)
-> IJobInfo
|
Parameters
- storeName
- Type: System..::..String
The name of the store whose statistics are to be updated
- label (Optional)
- Type: System..::..String
Optional user-friendly label for the job.
Return Value
Type:
IJobInfoA
IJobInfo instance for tracking the current status of the job.
See Also