Skip to content

Commit

Permalink
Code changes to address review comments on naming convention.
Browse files Browse the repository at this point in the history
  • Loading branch information
kundadebdatta committed Aug 19, 2022
1 parent 19ec528 commit f4ba56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Microsoft.Azure.Cosmos/contracts/API_3.30.0-preview.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ namespace Microsoft.Azure.Cosmos
{
public ChangeFeedMetadata(DateTime conflictResolutionTimestamp, long lsn, ChangeFeedOperationType operationType, long previousLsn);
public DateTime ConflictResolutionTimestamp { get; }
public bool IsTimeToLiveExpired { get; }
public long Lsn { get; }
public ChangeFeedOperationType OperationType { get; }
public long PreviousLsn { get; }
public bool TimeToLiveExpired { get; }
}
public abstract class ChangeFeedMode
{
Expand Down
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### <a name="3.30.0-preview"/> [3.30.0-preview](https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.30.0-preview) - 2022-08-19

#### Added
- [#3394](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3394) Change Feed: Refactors Change Feed Contract to rename TimeToLiveExpired
- [#3331](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3331) Open Telemetry: Adds Client and other information in attributes
- [#3197](https://github.com/Azure/azure-cosmos-dotnet-v3/pull/3197) Change Feed: Adds SDK changes required for Full-Fidelity Change Feed

Expand Down

0 comments on commit f4ba56f

Please sign in to comment.