Skip to content

Conversation

@mpartipilo
Copy link
Collaborator

Enhance the Collections interface by adding methods for deleting all collections, checking existence, and exporting collections. Include the System.Linq.Async package for improved asynchronous operations.

Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca

@mpartipilo mpartipilo force-pushed the feat/collection_completeness_1 branch from edd1d26 to 263ea31 Compare June 20, 2025 12:32
public int ActualVirtualCount { get; set; } = 128;
public string Key { get; set; } = "_id";
public string Strategy { get; set; } = "hash";
public string Function { get; set; } = "murmur3";
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove the default values, we try to not have default values in the clients so we don't need to change stuff in all clients when a value in the server changes.

Also (and this might not make sense in c#) we should have different structures for input and output - input can all be optional and should be none by default, while the output should have the concrete type

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mpartipilo mpartipilo merged commit a993fa5 into mvp Jun 24, 2025
3 checks passed
@mpartipilo mpartipilo deleted the feat/collection_completeness_1 branch June 24, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants