Module: AzureDocumentDB

Defined in:
lib/logstash/outputs/documentdb/client.rb,
lib/logstash/outputs/documentdb/header.rb,
lib/logstash/outputs/documentdb/resource.rb,
lib/logstash/outputs/documentdb/constants.rb,
lib/logstash/outputs/documentdb/partitioned_coll_client.rb

Defined Under Namespace

Classes: Client, CollectionResource, DatabaseResource, Header, PartitionedCollectionClient, Resource

Constant Summary collapse

API_VERSION =
'2015-12-16'.freeze
RESOURCE_TYPE_DATABASE =
'dbs'.freeze
RESOURCE_TYPE_COLLECTION =
'colls'.freeze
RESOURCE_TYPE_DOCUMENT =
'docs'.freeze
AUTH_TOKEN_VERSION =
'1.0'.freeze
AUTH_TOKEN_TYPE_MASTER =
'master'.freeze
AUTH_TOKEN_TYPE_RESOURCE =
'resource'.freeze
PARTITIONED_COLL_MIN_THROUGHPUT =
10100.freeze