python-arango-async
Getting Started
Databases
Collections
Indexes
Documents
Graphs
AQL
Foxx
Transactions
Views
Analyzers
Clusters
Async API Execution
Server Administration
Users and Permissions
Cursors
Authentication
HTTP
TLS
Compression
Serialization
Backups
Tasks
Error Handling
Error Codes
Logging
Helper Types
Coming from python-arango
API Specification
python-arango-async
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
A
abort_transaction() (arangoasync.database.TransactionDatabase method)
accept_encoding (arangoasync.compression.CompressionManager property)
(arangoasync.compression.DefaultCompressionManager property)
AcceptEncoding (class in arangoasync.compression)
AccessToken (class in arangoasync.typings)
AccessTokenCreateError
AccessTokenDeleteError
AccessTokenListError
add_index() (arangoasync.collection.Collection method)
AioHTTPClient (class in arangoasync.http)
analyzer() (arangoasync.database.Database method)
AnalyzerCreateError
AnalyzerDeleteError
AnalyzerGetError
AnalyzerListError
analyzers() (arangoasync.database.Database method)
api_calls() (arangoasync.database.Database method)
applier_config() (arangoasync.replication.Replication method)
applier_state() (arangoasync.replication.Replication method)
aql (arangoasync.database.Database property)
AQL (class in arangoasync.aql)
AQLCacheClearError
AQLCacheConfigureError
AQLCacheEntriesError
AQLCachePropertiesError
AQLFunctionCreateError
AQLFunctionDeleteError
AQLFunctionListError
AQLQueryCache (class in arangoasync.aql)
AQLQueryClearError
AQLQueryExecuteError
AQLQueryExplainError
AQLQueryHistoryError
AQLQueryKillError
AQLQueryListError
AQLQueryRulesGetError
AQLQueryTrackingGetError
AQLQueryTrackingSetError
AQLQueryValidateError
arangoasync.aql
module
arangoasync.auth
module
arangoasync.backup
module
arangoasync.client
module
arangoasync.cluster
module
arangoasync.collection
module
arangoasync.compression
module
arangoasync.connection
module
arangoasync.cursor
module
arangoasync.database
module
arangoasync.exceptions
module
arangoasync.foxx
module
arangoasync.graph
module
arangoasync.http
module
arangoasync.job
module
arangoasync.replication
module
arangoasync.request
module
arangoasync.resolver
module
arangoasync.response
module
arangoasync.result
module
arangoasync.serialization
module
arangoasync.typings
module
ArangoClient (class in arangoasync.client)
ArangoClientError
ArangoError
ArangoServerError
async_jobs() (arangoasync.database.StandardDatabase method)
AsyncDatabase (class in arangoasync.database)
AsyncExecuteError
AsyncJob (class in arangoasync.job)
AsyncJobCancelError
AsyncJobClearError
AsyncJobListError
AsyncJobResultError
AsyncJobStatusError
auth (arangoasync.request.Request attribute)
Auth (class in arangoasync.auth)
AuthHeaderError
B
backup (arangoasync.database.Database property)
Backup (class in arangoasync.backup)
BackupCreateError
BackupDeleteError
BackupDownloadError
BackupGetError
BackupRestoreError
BackupUploadError
BaseConnection (class in arangoasync.connection)
BasicConnection (class in arangoasync.connection)
batch (arangoasync.cursor.Cursor property)
begin_async_execution() (arangoasync.database.StandardDatabase method)
begin_transaction() (arangoasync.database.StandardDatabase method)
C
cache (arangoasync.aql.AQL property)
cached (arangoasync.cursor.Cursor property)
calculate_imbalance() (arangoasync.cluster.Cluster method)
calculate_rebalance_plan() (arangoasync.cluster.Cluster method)
cancel() (arangoasync.job.AsyncJob method)
change_host() (arangoasync.resolver.HostResolver method)
check_availability() (arangoasync.database.Database method)
checksum() (arangoasync.collection.Collection method)
clear() (arangoasync.aql.AQLQueryCache method)
(arangoasync.job.AsyncJob method)
clear_async_jobs() (arangoasync.database.StandardDatabase method)
clear_plan() (arangoasync.aql.AQLQueryCache method)
clear_slow_queries() (arangoasync.aql.AQL method)
ClientConnectionAbortedError
ClientConnectionError
close() (arangoasync.client.ArangoClient method)
(arangoasync.cursor.Cursor method)
close_session() (arangoasync.http.AioHTTPClient method)
(arangoasync.http.HTTPClient method)
cluster (arangoasync.database.Database property)
Cluster (class in arangoasync.cluster)
cluster_inventory() (arangoasync.replication.Replication method)
ClusterEndpointsError
ClusterHealthError
ClusterMaintenanceModeError
ClusterRebalanceError
ClusterServerIDError
ClusterServerRoleError
ClusterStatisticsError
col_type (arangoasync.typings.CollectionInfo property)
Collection (class in arangoasync.collection)
collection() (arangoasync.database.Database method)
CollectionChecksumError
CollectionCompactError
CollectionConfigureError
CollectionCreateError
CollectionDeleteError
CollectionInfo (class in arangoasync.typings)
CollectionKeyGeneratorsError
CollectionListError
CollectionProperties (class in arangoasync.typings)
CollectionPropertiesError
CollectionRecalculateCountError
CollectionRenameError
CollectionResponsibleShardError
CollectionRevisionError
collections() (arangoasync.database.Database method)
CollectionShardsError
CollectionStatistics (class in arangoasync.typings)
CollectionStatisticsError
CollectionStatus (class in arangoasync.typings)
CollectionTruncateError
CollectionType (class in arangoasync.typings)
commit() (arangoasync.foxx.Foxx method)
commit_transaction() (arangoasync.database.TransactionDatabase method)
compact() (arangoasync.collection.Collection method)
(arangoasync.database.Database method)
compatibility_formatter() (arangoasync.typings.CollectionInfo static method)
(arangoasync.typings.CollectionProperties static method)
(arangoasync.typings.DatabaseProperties static method)
(arangoasync.typings.IndexProperties static method)
(arangoasync.typings.KeyOptions static method)
compress() (arangoasync.compression.CompressionManager method)
(arangoasync.compression.DefaultCompressionManager method)
compress_request() (arangoasync.connection.BaseConnection method)
compression (arangoasync.client.ArangoClient property)
CompressionManager (class in arangoasync.compression)
config() (arangoasync.foxx.Foxx method)
configure() (arangoasync.aql.AQLQueryCache method)
(arangoasync.collection.Collection method)
connection (arangoasync.database.Database property)
content_encoding (arangoasync.compression.CompressionManager property)
(arangoasync.compression.DefaultCompressionManager property)
ContentEncoding (class in arangoasync.compression)
context (arangoasync.aql.AQL property)
(arangoasync.collection.Collection property)
(arangoasync.database.Database property)
count (arangoasync.cursor.Cursor property)
count() (arangoasync.collection.Collection method)
create() (arangoasync.backup.Backup method)
create_access_token() (arangoasync.database.Database method)
create_analyzer() (arangoasync.database.Database method)
create_collection() (arangoasync.database.Database method)
create_database() (arangoasync.database.Database method)
create_edge_definition() (arangoasync.graph.Graph method)
create_function() (arangoasync.aql.AQL method)
create_graph() (arangoasync.database.Database method)
create_service() (arangoasync.foxx.Foxx method)
create_session() (arangoasync.http.AioHTTPClient method)
(arangoasync.http.HTTPClient method)
create_task() (arangoasync.database.Database method)
create_user() (arangoasync.database.Database method)
create_vertex_collection() (arangoasync.graph.Graph method)
create_view() (arangoasync.database.Database method)
Cursor (class in arangoasync.cursor)
CursorCloseError
CursorCountError
CursorEmptyError
CursorNextError
CursorStateError
D
data (arangoasync.request.Request attribute)
Database (class in arangoasync.database)
DatabaseCompactError
DatabaseCreateError
DatabaseDeleteError
DatabaseListError
DatabaseProperties (class in arangoasync.typings)
DatabasePropertiesError
databases() (arangoasync.database.Database method)
databases_accessible_to_user() (arangoasync.database.Database method)
DatabaseSupportInfoError
db() (arangoasync.client.ArangoClient method)
db_name (arangoasync.collection.Collection property)
(arangoasync.connection.BaseConnection property)
(arangoasync.graph.Graph property)
DefaultCompressionManager (class in arangoasync.compression)
DefaultDeserializer (in module arangoasync.serialization)
DefaultHostResolver (in module arangoasync.resolver)
DefaultHTTPClient (in module arangoasync.http)
DefaultSerializer (in module arangoasync.serialization)
delete() (arangoasync.backup.Backup method)
(arangoasync.collection.EdgeCollection method)
(arangoasync.collection.StandardCollection method)
(arangoasync.collection.VertexCollection method)
delete_access_token() (arangoasync.database.Database method)
delete_analyzer() (arangoasync.database.Database method)
delete_collection() (arangoasync.database.Database method)
delete_database() (arangoasync.database.Database method)
delete_document() (arangoasync.database.Database method)
delete_edge() (arangoasync.graph.Graph method)
delete_edge_definition() (arangoasync.graph.Graph method)
delete_function() (arangoasync.aql.AQL method)
delete_graph() (arangoasync.database.Database method)
delete_index() (arangoasync.collection.Collection method)
delete_many() (arangoasync.collection.Collection method)
delete_match() (arangoasync.collection.Collection method)
delete_service() (arangoasync.foxx.Foxx method)
delete_task() (arangoasync.database.Database method)
delete_user() (arangoasync.database.Database method)
delete_vertex() (arangoasync.graph.Graph method)
delete_vertex_collection() (arangoasync.graph.Graph method)
delete_view() (arangoasync.database.Database method)
dependencies() (arangoasync.foxx.Foxx method)
DeserializationError
deserializer (arangoasync.aql.AQL property)
(arangoasync.aql.AQLQueryCache property)
(arangoasync.backup.Backup property)
(arangoasync.cluster.Cluster property)
(arangoasync.collection.Collection property)
(arangoasync.connection.BaseConnection property)
(arangoasync.cursor.Cursor property)
(arangoasync.database.Database property)
(arangoasync.foxx.Foxx property)
(arangoasync.graph.Graph property)
(arangoasync.replication.Replication property)
Deserializer (class in arangoasync.serialization)
disable_development() (arangoasync.foxx.Foxx method)
document() (arangoasync.database.Database method)
DocumentCountError
DocumentDeleteError
DocumentGetError
DocumentInsertError
DocumentParseError
DocumentReplaceError
DocumentRevisionError
DocumentUpdateError
download() (arangoasync.backup.Backup method)
(arangoasync.foxx.Foxx method)
dump() (arangoasync.replication.Replication method)
dumps() (arangoasync.serialization.JsonSerializer method)
(arangoasync.serialization.Serializer method)
E
echo() (arangoasync.database.Database method)
edge() (arangoasync.graph.Graph method)
edge_collection() (arangoasync.graph.Graph method)
edge_collections() (arangoasync.graph.Graph method)
edge_definitions() (arangoasync.graph.Graph method)
EdgeCollection (class in arangoasync.collection)
EdgeCollectionListError
EdgeDefinitionCreateError
EdgeDefinitionDeleteError
EdgeDefinitionListError
EdgeDefinitionOptions (class in arangoasync.typings)
EdgeDefinitionReplaceError
EdgeListError
edges() (arangoasync.collection.EdgeCollection method)
(arangoasync.graph.Graph method)
empty() (arangoasync.cursor.Cursor method)
enable_development() (arangoasync.foxx.Foxx method)
encoding (arangoasync.auth.Auth attribute)
encryption() (arangoasync.database.Database method)
endpoint (arangoasync.request.Request attribute)
endpoints() (arangoasync.cluster.Cluster method)
engine() (arangoasync.database.Database method)
entries() (arangoasync.aql.AQLQueryCache method)
error_code (arangoasync.response.Response attribute)
error_message (arangoasync.response.Response attribute)
execute() (arangoasync.aql.AQL method)
(arangoasync.database.Database method)
execute_rebalance_plan() (arangoasync.cluster.Cluster method)
execute_transaction() (arangoasync.database.Database method)
explain() (arangoasync.aql.AQL method)
extra (arangoasync.cursor.Cursor property)
F
fetch() (arangoasync.cursor.Cursor method)
fetch_transaction() (arangoasync.database.StandardDatabase method)
find() (arangoasync.collection.Collection method)
format() (arangoasync.typings.CollectionInfo method)
(arangoasync.typings.CollectionProperties method)
(arangoasync.typings.DatabaseProperties method)
(arangoasync.typings.IndexProperties method)
(arangoasync.typings.JsonWrapper method)
(arangoasync.typings.KeyOptions method)
(arangoasync.typings.UserInfo method)
format_body() (arangoasync.response.Response static method)
Formatter (in module arangoasync.typings)
foxx (arangoasync.database.Database property)
Foxx (class in arangoasync.foxx)
FoxxCommitError
FoxxConfigGetError
FoxxConfigReplaceError
FoxxConfigUpdateError
FoxxDependencyGetError
FoxxDependencyReplaceError
FoxxDependencyUpdateError
FoxxDevModeDisableError
FoxxDevModeEnableError
FoxxDownloadError
FoxxReadmeGetError
FoxxScriptListError
FoxxScriptRunError
FoxxServiceCreateError
FoxxServiceDeleteError
FoxxServiceGetError
FoxxServiceListError
FoxxServiceReplaceError
FoxxServiceUpdateError
FoxxSwaggerGetError
FoxxTestRunError
from_int() (arangoasync.typings.CollectionStatus static method)
(arangoasync.typings.CollectionType static method)
from_str() (arangoasync.typings.CollectionType static method)
functions() (arangoasync.aql.AQL method)
G
generate_token() (arangoasync.auth.JwtToken static method)
get() (arangoasync.backup.Backup method)
(arangoasync.collection.EdgeCollection method)
(arangoasync.collection.StandardCollection method)
(arangoasync.collection.VertexCollection method)
(arangoasync.typings.JsonWrapper method)
get_col_name() (arangoasync.collection.Collection static method)
get_host_index() (arangoasync.resolver.HostResolver method)
(arangoasync.resolver.RoundRobinHostResolver method)
(arangoasync.resolver.SingleHostResolver method)
get_index() (arangoasync.collection.Collection method)
get_many() (arangoasync.collection.Collection method)
get_resolver() (in module arangoasync.resolver)
globally_unique_id (arangoasync.typings.CollectionInfo property)
graph (arangoasync.collection.EdgeCollection property)
(arangoasync.collection.VertexCollection property)
Graph (class in arangoasync.graph)
graph() (arangoasync.database.Database method)
GraphCreateError
GraphDeleteError
GraphListError
GraphOptions (class in arangoasync.typings)
GraphProperties (class in arangoasync.typings)
GraphPropertiesError
graphs() (arangoasync.database.Database method)
H
has() (arangoasync.collection.Collection method)
has_collection() (arangoasync.database.Database method)
has_database() (arangoasync.database.Database method)
has_document() (arangoasync.database.Database method)
has_edge() (arangoasync.graph.Graph method)
has_edge_definition() (arangoasync.graph.Graph method)
has_graph() (arangoasync.database.Database method)
has_more (arangoasync.cursor.Cursor property)
has_user() (arangoasync.database.Database method)
has_vertex() (arangoasync.graph.Graph method)
has_vertex_collection() (arangoasync.graph.Graph method)
headers (arangoasync.request.Request attribute)
(arangoasync.response.Response attribute)
health() (arangoasync.cluster.Cluster method)
history() (arangoasync.aql.AQL method)
host_count (arangoasync.resolver.HostResolver property)
host_resolver (arangoasync.client.ArangoClient property)
HostResolver (class in arangoasync.resolver)
hosts (arangoasync.client.ArangoClient property)
http_code (arangoasync.exceptions.ArangoServerError attribute)
http_headers (arangoasync.exceptions.ArangoServerError attribute)
http_method (arangoasync.exceptions.ArangoServerError attribute)
HTTPClient (class in arangoasync.http)
I
id (arangoasync.cursor.Cursor property)
(arangoasync.job.AsyncJob property)
(arangoasync.typings.DatabaseProperties property)
import_bulk() (arangoasync.collection.Collection method)
IndexCreateError
IndexDeleteError
indexes() (arangoasync.collection.Collection method)
IndexGetError
IndexListError
IndexLoadError
IndexProperties (class in arangoasync.typings)
insert() (arangoasync.collection.EdgeCollection method)
(arangoasync.collection.StandardCollection method)
(arangoasync.collection.VertexCollection method)
insert_document() (arangoasync.database.Database method)
insert_edge() (arangoasync.graph.Graph method)
insert_many() (arangoasync.collection.Collection method)
insert_vertex() (arangoasync.graph.Graph method)
inventory() (arangoasync.replication.Replication method)
is_satellite (arangoasync.typings.GraphProperties property)
is_smart (arangoasync.typings.GraphProperties property)
is_success (arangoasync.response.Response attribute)
is_system (arangoasync.typings.CollectionInfo property)
(arangoasync.typings.DatabaseProperties property)
items() (arangoasync.typings.JsonWrapper method)
J
Json (in module arangoasync.typings)
JsonDeserializer (class in arangoasync.serialization)
Jsons (in module arangoasync.typings)
JsonSerializer (class in arangoasync.serialization)
JsonWrapper (class in arangoasync.typings)
jwt_secrets() (arangoasync.database.Database method)
JwtConnection (class in arangoasync.connection)
JWTRefreshError
JWTSecretListError
JWTSecretReloadError
JwtSuperuserConnection (class in arangoasync.connection)
JwtToken (class in arangoasync.auth)
K
key_generators() (arangoasync.database.Database method)
KeyOptions (class in arangoasync.typings)
keys() (arangoasync.typings.JsonWrapper method)
kill() (arangoasync.aql.AQL method)
L
license() (arangoasync.database.Database method)
link() (arangoasync.collection.EdgeCollection method)
(arangoasync.graph.Graph method)
list_access_tokens() (arangoasync.database.Database method)
list_transactions() (arangoasync.database.Database method)
load_indexes() (arangoasync.collection.Collection method)
loads() (arangoasync.serialization.Deserializer method)
(arangoasync.serialization.JsonDeserializer method)
loads_many() (arangoasync.serialization.Deserializer method)
(arangoasync.serialization.JsonDeserializer method)
log_levels() (arangoasync.database.Database method)
log_settings() (arangoasync.database.Database method)
logger_state() (arangoasync.replication.Replication method)
M
max_tries (arangoasync.resolver.HostResolver property)
message (arangoasync.exceptions.ArangoClientError attribute)
(arangoasync.exceptions.ArangoServerError attribute)
method (arangoasync.request.Request attribute)
(arangoasync.response.Response attribute)
Method (class in arangoasync.request)
metrics() (arangoasync.database.Database method)
mode() (arangoasync.database.Database method)
module
arangoasync.aql
arangoasync.auth
arangoasync.backup
arangoasync.client
arangoasync.cluster
arangoasync.collection
arangoasync.compression
arangoasync.connection
arangoasync.cursor
arangoasync.database
arangoasync.exceptions
arangoasync.foxx
arangoasync.graph
arangoasync.http
arangoasync.job
arangoasync.replication
arangoasync.request
arangoasync.resolver
arangoasync.response
arangoasync.result
arangoasync.serialization
arangoasync.typings
N
name (arangoasync.aql.AQL property)
(arangoasync.aql.AQLQueryCache property)
(arangoasync.collection.Collection property)
(arangoasync.database.Database property)
(arangoasync.graph.Graph property)
(arangoasync.typings.CollectionInfo property)
(arangoasync.typings.DatabaseProperties property)
needs_compression() (arangoasync.compression.CompressionManager method)
(arangoasync.compression.DefaultCompressionManager method)
needs_refresh() (arangoasync.auth.JwtToken method)
next() (arangoasync.cursor.Cursor method)
next_batch_id (arangoasync.cursor.Cursor property)
normalized_headers() (arangoasync.request.Request method)
normalized_params() (arangoasync.request.Request method)
O
options() (arangoasync.database.Database method)
options_available() (arangoasync.database.Database method)
P
params (arangoasync.request.Request attribute)
Params (in module arangoasync.typings)
password (arangoasync.auth.Auth attribute)
path (arangoasync.typings.DatabaseProperties property)
permission() (arangoasync.database.Database method)
PermissionGetError
PermissionListError
PermissionResetError
permissions() (arangoasync.database.Database method)
PermissionUpdateError
ping() (arangoasync.connection.BaseConnection method)
plan (arangoasync.cursor.Cursor property)
plan_entries() (arangoasync.aql.AQLQueryCache method)
pop() (arangoasync.cursor.Cursor method)
prefix_needed (arangoasync.request.Request attribute)
prep_response() (arangoasync.connection.BaseConnection method)
process_request() (arangoasync.connection.BaseConnection method)
profile (arangoasync.cursor.Cursor property)
properties() (arangoasync.aql.AQLQueryCache method)
(arangoasync.collection.Collection method)
(arangoasync.database.Database method)
(arangoasync.graph.Graph method)
Q
queries() (arangoasync.aql.AQL method)
query_rules() (arangoasync.aql.AQL method)
QueryCacheProperties (class in arangoasync.typings)
QueryExecutionExtra (class in arangoasync.typings)
QueryExecutionPlan (class in arangoasync.typings)
QueryExecutionProfile (class in arangoasync.typings)
QueryExecutionStats (class in arangoasync.typings)
QueryExplainOptions (class in arangoasync.typings)
QueryProperties (class in arangoasync.typings)
QueryTrackingConfiguration (class in arangoasync.typings)
R
raise_for_status() (arangoasync.connection.BaseConnection static method)
raw_body (arangoasync.response.Response attribute)
read_log_entries() (arangoasync.database.Database method)
readme() (arangoasync.foxx.Foxx method)
rebalance() (arangoasync.cluster.Cluster method)
recalculate_count() (arangoasync.collection.Collection method)
refresh_token() (arangoasync.connection.JwtConnection method)
reload_jwt_secrets() (arangoasync.database.Database method)
reload_routing() (arangoasync.database.Database method)
reload_tls() (arangoasync.database.Database method)
rename() (arangoasync.collection.Collection method)
rename_view() (arangoasync.database.Database method)
replace() (arangoasync.collection.EdgeCollection method)
(arangoasync.collection.StandardCollection method)
(arangoasync.collection.VertexCollection method)
replace_config() (arangoasync.foxx.Foxx method)
replace_dependencies() (arangoasync.foxx.Foxx method)
replace_document() (arangoasync.database.Database method)
replace_edge() (arangoasync.graph.Graph method)
replace_edge_definition() (arangoasync.graph.Graph method)
replace_many() (arangoasync.collection.Collection method)
replace_match() (arangoasync.collection.Collection method)
replace_service() (arangoasync.foxx.Foxx method)
replace_user() (arangoasync.database.Database method)
replace_vertex() (arangoasync.graph.Graph method)
replace_view() (arangoasync.database.Database method)
replication (arangoasync.database.Database property)
Replication (class in arangoasync.replication)
replication_factor (arangoasync.typings.DatabaseProperties property)
ReplicationApplierConfigError
ReplicationApplierStateError
ReplicationClusterInventoryError
ReplicationDumpError
ReplicationInventoryError
ReplicationLoggerStateError
ReplicationServerIDError
request (arangoasync.exceptions.ArangoServerError attribute)
Request (class in arangoasync.request)
request() (arangoasync.database.Database method)
RequestHeaders (in module arangoasync.typings)
reset_log_levels() (arangoasync.database.Database method)
reset_permission() (arangoasync.database.Database method)
response (arangoasync.exceptions.ArangoServerError attribute)
Response (class in arangoasync.response)
ResponseHeaders (in module arangoasync.typings)
responsible_shard() (arangoasync.collection.Collection method)
restore() (arangoasync.backup.Backup method)
result() (arangoasync.job.AsyncJob method)
revision() (arangoasync.collection.Collection method)
RoundRobinHostResolver (class in arangoasync.resolver)
run_script() (arangoasync.foxx.Foxx method)
run_tests() (arangoasync.foxx.Foxx method)
S
scripts() (arangoasync.foxx.Foxx method)
send_request() (arangoasync.connection.BaseConnection method)
(arangoasync.connection.BasicConnection method)
(arangoasync.connection.JwtConnection method)
(arangoasync.connection.JwtSuperuserConnection method)
(arangoasync.http.AioHTTPClient method)
(arangoasync.http.HTTPClient method)
SerializationError
serializer (arangoasync.aql.AQL property)
(arangoasync.aql.AQLQueryCache property)
(arangoasync.backup.Backup property)
(arangoasync.cluster.Cluster property)
(arangoasync.collection.Collection property)
(arangoasync.connection.BaseConnection property)
(arangoasync.cursor.Cursor property)
(arangoasync.database.Database property)
(arangoasync.foxx.Foxx property)
(arangoasync.graph.Graph property)
(arangoasync.replication.Replication property)
Serializer (class in arangoasync.serialization)
server_id() (arangoasync.cluster.Cluster method)
(arangoasync.replication.Replication method)
server_maintenance_mode() (arangoasync.cluster.Cluster method)
server_role() (arangoasync.cluster.Cluster method)
ServerApiCallsError
ServerAvailableOptionsGetError
ServerCheckAvailabilityError
ServerConnectionError
ServerCurrentOptionsGetError
ServerEchoError
ServerEncryptionError
ServerEngineError
ServerExecuteError
ServerLicenseGetError
ServerLicenseSetError
ServerLogLevelError
ServerLogLevelResetError
ServerLogLevelSetError
ServerLogSettingError
ServerLogSettingSetError
ServerMetricsError
ServerModeError
ServerModeSetError
ServerReadLogError
ServerReloadRoutingError
ServerShutdownError
ServerShutdownProgressError
ServerStatusError
ServerStatusInformation (class in arangoasync.typings)
ServerTimeError
ServerTLSError
ServerTLSReloadError
ServerVersionError
service() (arangoasync.foxx.Foxx method)
services() (arangoasync.foxx.Foxx method)
sessions (arangoasync.client.ArangoClient property)
set_license() (arangoasync.database.Database method)
set_log_levels() (arangoasync.database.Database method)
set_log_settings() (arangoasync.database.Database method)
set_mode() (arangoasync.database.Database method)
set_tracking() (arangoasync.aql.AQL method)
sharding (arangoasync.typings.DatabaseProperties property)
shards() (arangoasync.collection.Collection method)
shutdown() (arangoasync.database.Database method)
shutdown_progress() (arangoasync.database.Database method)
SingleHostResolver (class in arangoasync.resolver)
slow_queries() (arangoasync.aql.AQL method)
SortValidationError
source (arangoasync.exceptions.ArangoClientError attribute)
(arangoasync.exceptions.ArangoServerError attribute)
StandardCollection (class in arangoasync.collection)
StandardDatabase (class in arangoasync.database)
statistics (arangoasync.cursor.Cursor property)
statistics() (arangoasync.cluster.Cluster method)
(arangoasync.collection.Collection method)
status (arangoasync.typings.CollectionInfo property)
status() (arangoasync.database.Database method)
(arangoasync.job.AsyncJob method)
status_code (arangoasync.response.Response attribute)
status_text (arangoasync.response.Response attribute)
support_info() (arangoasync.database.Database method)
swagger() (arangoasync.foxx.Foxx method)
T
task() (arangoasync.database.Database method)
TaskCreateError
TaskDeleteError
TaskGetError
TaskListError
tasks() (arangoasync.database.Database method)
time() (arangoasync.database.Database method)
tls() (arangoasync.database.Database method)
to_dict() (arangoasync.typings.JsonWrapper method)
toggle_maintenance_mode() (arangoasync.cluster.Cluster method)
toggle_server_maintenance_mode() (arangoasync.cluster.Cluster method)
token (arangoasync.auth.JwtToken property)
(arangoasync.connection.JwtConnection property)
(arangoasync.connection.JwtSuperuserConnection property)
tracking() (arangoasync.aql.AQL method)
transaction_id (arangoasync.database.TransactionDatabase property)
transaction_status() (arangoasync.database.TransactionDatabase method)
TransactionAbortError
TransactionCommitError
TransactionDatabase (class in arangoasync.database)
TransactionExecuteError
TransactionInitError
TransactionListError
TransactionStatusError
truncate() (arangoasync.collection.Collection method)
U
update() (arangoasync.collection.EdgeCollection method)
(arangoasync.collection.StandardCollection method)
(arangoasync.collection.VertexCollection method)
update_config() (arangoasync.foxx.Foxx method)
update_dependencies() (arangoasync.foxx.Foxx method)
update_document() (arangoasync.database.Database method)
update_edge() (arangoasync.graph.Graph method)
update_many() (arangoasync.collection.Collection method)
update_match() (arangoasync.collection.Collection method)
update_permission() (arangoasync.database.Database method)
update_service() (arangoasync.foxx.Foxx method)
update_user() (arangoasync.database.Database method)
update_vertex() (arangoasync.graph.Graph method)
update_view() (arangoasync.database.Database method)
upload() (arangoasync.backup.Backup method)
url (arangoasync.exceptions.ArangoServerError attribute)
(arangoasync.response.Response attribute)
user() (arangoasync.database.Database method)
user_management_formatter() (arangoasync.typings.UserInfo static method)
UserCreateError
UserDeleteError
UserGetError
UserInfo (class in arangoasync.typings)
UserListError
username (arangoasync.auth.Auth attribute)
UserReplaceError
users() (arangoasync.database.Database method)
UserUpdateError
V
validate() (arangoasync.aql.AQL method)
(arangoasync.typings.KeyOptions method)
values() (arangoasync.typings.JsonWrapper method)
version (arangoasync.client.ArangoClient property)
version() (arangoasync.database.Database method)
vertex() (arangoasync.graph.Graph method)
vertex_collection() (arangoasync.graph.Graph method)
vertex_collections() (arangoasync.graph.Graph method)
VertexCollection (class in arangoasync.collection)
VertexCollectionCreateError
VertexCollectionDeleteError
VertexCollectionListError
VertexCollectionOptions (class in arangoasync.typings)
view() (arangoasync.database.Database method)
view_info() (arangoasync.database.Database method)
ViewCreateError
ViewDeleteError
ViewGetError
ViewListError
ViewRenameError
ViewReplaceError
views() (arangoasync.database.Database method)
ViewUpdateError
W
wait() (arangoasync.job.AsyncJob method)
warnings (arangoasync.cursor.Cursor property)
write_concern (arangoasync.typings.DatabaseProperties property)