proxy.golang.org : github.com/DataDog/dd-azure-sdk-for-go/sdk/data/azcosmos
Package azcosmos implements the client to interact with the Azure Cosmos DB SQL API. The azcosmos package is capable of: Types of Credentials The clients support different forms of authentication. The azcosmos library supports authorization via Azure Active Directory or an account key. Using Azure Active Directory To create a client, you can use any of the TokenCredential implementations provided by `azidentity`. Using account keys To create a client, you will need the account's endpoint URL and a key credential. Using connection string To create a client, you will need the account's connection string. The following are relevant concepts for the usage of the client: The following sections provide several code snippets covering some of the most common Table tasks, including: Create a database and obtain a `DatabaseClient` to perform operations on your newly created database. Create a container on an existing database and obtain a `ContainerClient` to perform operations on your newly created container. Creating, reading, and deleting items Querying items Querying items with parametrized queries Using Transactional batch
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/%21data%21dog/dd-azure-sdk-for-go/sdk/data/azcosmos
License: MIT
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/DataDog/dd-azure-sdk-for-go/sdk/data
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 8 days ago