HawkListener:getFileStores

Method

Purpose

This method (on all platforms) gets information on file stores on this server.

Remarks

 

Type

Synchronous, IMPACT_INFO

Arguments

None.

Returns

 

Name

Type

Description

name

String

Name of this store

msgCount

Long

The value indicating the count of stored data messages

msgBytes

Long

The value indicating the number of bytes of stored data messages

swappedCount

Long

The value indicating the number of swapped non-persistent data messages

swappedBytes

Long

The value indicating the number of bytes of swapped non-persistent data messages

freeSpace

Long

The value indicating the amount of free space in bytes

usedSpace

Long

The value indicating the amount of used space in bytes

fileSize

Long

The value indicating the total size of the file in bytes

fileName

String

Name of the store file.

fileMinimum

Long

The value indicating the minimum size in bytes

fileCRCEnabled

Boolean

The flag passed to indicate whether CRC verification is to be used

fileTruncateEnabled

Boolean

The flag passed to indicate whether truncation is to be done, if possible

fileSyncEnabled

Boolean

The flag passed to indicate synchronous write mode