Skip to content
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

Timeseries projection #341

Merged
merged 4 commits into from
May 15, 2024
Merged

Timeseries projection #341

merged 4 commits into from
May 15, 2024

Conversation

Kali-Sh
Copy link
Contributor

@Kali-Sh Kali-Sh commented May 14, 2024

No description provided.


public ProjectionQueryOptions(IBlobId id, ProjectionVersion version) : this(id, version, null, DefaultBatchSize) { }
public ProjectionQueryOptions(IBlobId id, ProjectionVersion version, PagingOptions options) : this(id, version, options, null, options.Take) { }
Copy link
Member

Choose a reason for hiding this comment

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

do not change public ctor signature. Bau

@Kali-Sh Kali-Sh force-pushed the timeseries-projection-V2 branch 2 times, most recently from 89eaeed to fdf5bec Compare May 14, 2024 15:20
@Kali-Sh Kali-Sh force-pushed the timeseries-projection-V2 branch from fdf5bec to 59a1fc6 Compare May 14, 2024 15:32
@Kali-Sh Kali-Sh merged commit 8347fcc into master May 15, 2024
2 checks passed
@Kali-Sh Kali-Sh deleted the timeseries-projection-V2 branch May 15, 2024 05:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants