-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
31 lines (30 loc) · 990 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated by roxygen2: do not edit by hand
S3method(create_storage_table,storage_table)
S3method(create_storage_table,table_endpoint)
S3method(delete_storage_table,storage_table)
S3method(delete_storage_table,table_endpoint)
S3method(do_batch_transaction,batch_transaction)
S3method(list_storage_tables,table_endpoint)
S3method(print,batch_transaction)
S3method(print,storage_table)
S3method(print,table_operation)
S3method(print,table_operation_response)
S3method(sign_request,table_endpoint)
S3method(storage_table,table_endpoint)
export(call_table_endpoint)
export(create_batch_transaction)
export(create_storage_table)
export(create_table_operation)
export(delete_storage_table)
export(delete_table_entity)
export(do_batch_transaction)
export(get_table_entity)
export(import_table_entities)
export(insert_table_entity)
export(list_storage_tables)
export(list_table_entities)
export(storage_table)
export(table_endpoint)
export(update_table_entity)
import(AzureRMR)
import(AzureStor)