pulsar-admin-sdk 2.2.0

This provides the REST API for admin operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ManagedLedgerInfo

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**creation_date** | Option<**String**> |  | [optional]
**cursors** | Option<[**std::collections::HashMap<String, models::CursorInfo>**]CursorInfo.md> |  | [optional]
**ledgers** | Option<[**Vec<models::LedgerInfo>**]LedgerInfo.md> |  | [optional]
**modification_date** | Option<**String**> |  | [optional]
**properties** | Option<**std::collections::HashMap<String, String>**> |  | [optional]
**terminated_position** | Option<[**models::PositionInfo**]PositionInfo.md> |  | [optional]
**version** | Option<**i64**> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)