| NATS C Client with JetStream and Streaming support
    3.7.0
    The nats.io C Client, Supported by Synadia Communications Inc. | 
#include <nats.h>
| Public Attributes | |
| uint64_t | Msgs | 
| uint64_t | Bytes | 
| uint64_t | FirstSeq | 
| int64_t | FirstTime | 
| UTC time expressed as number of nanoseconds since epoch. | |
| uint64_t | LastSeq | 
| int64_t | LastTime | 
| UTC time expressed as number of nanoseconds since epoch. | |
| int64_t | NumSubjects | 
| jsStreamStateSubjects * | Subjects | 
| uint64_t | NumDeleted | 
| uint64_t * | Deleted | 
| int | DeletedLen | 
| jsLostStreamData * | Lost | 
| int64_t | Consumers | 
Information about the given stream
FirstTime and LastTime are message timestamps expressed as the number of nanoseconds passed since 00:00:00 UTC Thursday, 1 January 1970. | uint64_t jsStreamState::Msgs | 
| uint64_t jsStreamState::Bytes | 
| uint64_t jsStreamState::FirstSeq | 
| int64_t jsStreamState::FirstTime | 
| uint64_t jsStreamState::LastSeq | 
| int64_t jsStreamState::LastTime | 
| int64_t jsStreamState::NumSubjects | 
| jsStreamStateSubjects* jsStreamState::Subjects | 
| uint64_t jsStreamState::NumDeleted | 
| uint64_t* jsStreamState::Deleted | 
| int jsStreamState::DeletedLen | 
| jsLostStreamData* jsStreamState::Lost | 
| int64_t jsStreamState::Consumers |