Interface IArchiveQueryResult
The result of a session or account archive query.
Namespace: VivoxUnity
Assembly: VivoxUnity.dll
Syntax
public interface IArchiveQueryResult
Properties
FirstId
The first returned message ID.
Declaration
string FirstId { get; }
Property Value
Type | Description |
---|---|
string |
FirstIndex
The index of the first matching message.
Declaration
uint FirstIndex { get; }
Property Value
Type | Description |
---|---|
uint |
LastId
The last returned message ID.
Declaration
string LastId { get; }
Property Value
Type | Description |
---|---|
string |
QueryId
The ID of a successfully started query.
Declaration
string QueryId { get; }
Property Value
Type | Description |
---|---|
string |
ReturnCode
The query result code.
Declaration
int ReturnCode { get; }
Property Value
Type | Description |
---|---|
int |
Running
Indicates whether the archive query is complete.
Declaration
bool Running { get; }
Property Value
Type | Description |
---|---|
bool |
StatusCode
The query status code.
Declaration
int StatusCode { get; }
Property Value
Type | Description |
---|---|
int |
TotalCount
The total number of messages that match the criteria specified in the request.
Declaration
uint TotalCount { get; }
Property Value
Type | Description |
---|---|
uint |