PostCursorBodyTtl Property |
The time-to-live for the cursor (in seconds).
The cursor will be removed on the server automatically after the specified amount of time.
This is useful to ensure garbage collection of cursors that are not fully fetched by clients.
If not set, a server-defined value will be used (default: 30 seconds).
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public int? Ttl { get; set; }
Public Property Ttl As Integer?
Get
Set
public:
property Nullable<int> Ttl {
Nullable<int> get ();
void set (Nullable<int> value);
}
member Ttl : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also