CursorResponseTId Property |
ID of temporary cursor created on the server (optional).
Namespace:
ArangoDBNetStandard.CursorApi.Models
Assembly:
ArangoDBNetStandard (in ArangoDBNetStandard.dll) Version: 1.1.0
Syntax public string Id { get; set; }
Public Property Id As String
Get
Set
public:
virtual property String^ Id {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Id : string with get, set
override Id : string with get, set
Property Value
Type:
StringImplements
ICursorResponseTIdSee Also