-
Notifications
You must be signed in to change notification settings - Fork 2
Documentation feedback #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
amorton
merged 110 commits into
datastax:main
from
a-random-steve:documentation-feedback
Oct 17, 2025
Merged
Documentation feedback #20
amorton
merged 110 commits into
datastax:main
from
a-random-steve:documentation-feedback
Oct 17, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ology, switch integrations tests to xunit, begin adding db administration methods
Db admin - initial commit
added ListDatabases, ListDatabasesNames and tests
added DoesDatabaseExist by string and by guid
…check, and list collections, rounding out create collection methods
Database admin
# Conflicts: # src/DataStax.AstraDB.DataAPI/Core/DatabaseOptions.cs # src/DataStax.AstraDB.DataApi/Admin/AstraDatabasesAdmin.cs # src/DataStax.AstraDB.DataApi/Admin/CloudProviderType.cs # src/DataStax.AstraDB.DataApi/Collections/Collection.cs # src/DataStax.AstraDB.DataApi/Core/CommandOptions.cs # src/DataStax.AstraDB.DataApi/Core/CommandUrlBuilder.cs # src/DataStax.AstraDB.DataApi/Core/Commands/Command.cs # src/DataStax.AstraDB.DataApi/Core/Database.cs # src/DataStax.AstraDB.DataApi/Core/DatabaseOptions.cs # src/DataStax.AstraDB.DataApi/Core/Extensions.cs # src/DataStax.AstraDB.DataApi/DataAPIClient.cs # src/DataStax.AstraDB.DataApi/Utils/Extensions.cs # src/DataStax.AstraDB.DataApi/Utils/Guard.cs # test/DataStax.AstraDB.DataApi.IntegrationTests/AdminFixture.cs # test/DataStax.AstraDB.DataApi.IntegrationTests/ClientFixture.cs # test/DataStax.AstraDB.DataApi.IntegrationTests/Tests/AdminTests.cs # test/DataStax.AstraDB.DataApi.IntegrationTests/Tests/CollectionTests.cs
# Conflicts: # src/DataStax.AstraDB.DataApi/Collections/Collection.cs # src/DataStax.AstraDB.DataApi/Core/Query/ProjectionBuilder.cs # src/DataStax.AstraDB.DataApi/DataAPIClient.cs
amorton
approved these changes
Oct 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add IncludeSimilarity to DocumentFindOptions
Table.FindOneAsync - add overload without Filters
Table.DeleteOne - remove extraneous Sort parameter
Table.DeleteOne/FindOne - ensure sync and async versions
TableVectorIndexDefinition - set metric from SimilarityMetric enum
Table.DeleteMany - return void to match API
TableDefinition.AddVectorizeColumn, add overload that doesn’t require dimension
ListTableNames - return List instead of IEnumerable
Table.InsertOne - return TableInsertOneResult
Table.UpdateOne - return void to match API
Table.Alter - return Table, include variation that allows changing the Type: AlterAsync