DBRPsApi class

Constructors

DBRPsApi(ApiClient apiClient)

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteDBRPID(String dbrpID, {String? zapTraceSpan, String? orgID, String? org}) Future<void>
Delete a database retention policy
deleteDBRPIDWithHttpInfo(String dbrpID, {String? zapTraceSpan, String? orgID, String? org}) Future<Response>
Delete a database retention policy
getDBRPs({String? zapTraceSpan, String? orgID, String? org, String? id, String? bucketID, bool? default_, String? db, String? rp}) Future<DBRPs>
List database retention policy mappings
getDBRPsID(String dbrpID, {String? zapTraceSpan, String? orgID, String? org}) Future<DBRPGet>
Retrieve a database retention policy mapping
getDBRPsIDWithHttpInfo(String dbrpID, {String? zapTraceSpan, String? orgID, String? org}) Future<Response>
Retrieve a database retention policy mapping
getDBRPsWithHttpInfo({String? zapTraceSpan, String? orgID, String? org, String? id, String? bucketID, bool? default_, String? db, String? rp}) Future<Response>
List database retention policy mappings
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchDBRPID(String dbrpID, DBRPUpdate dBRPUpdate, {String? zapTraceSpan, String? orgID, String? org}) Future<DBRPGet>
Update a database retention policy mapping
patchDBRPIDWithHttpInfo(String dbrpID, DBRPUpdate dBRPUpdate, {String? zapTraceSpan, String? orgID, String? org}) Future<Response>
Update a database retention policy mapping
postDBRP(DBRPCreate dBRPCreate, {String? zapTraceSpan}) Future<DBRP>
Add a database retention policy mapping
postDBRPWithHttpInfo(DBRPCreate dBRPCreate, {String? zapTraceSpan}) Future<Response>
Add a database retention policy mapping
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited