Skip to content

Commit

Permalink
[Internal] ChangeFeedPolicy: Fixes comment's sample (#2107)
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianMeiswinkel committed Jan 7, 2021
1 parent 39d232d commit ce2bdab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Microsoft.Azure.Cosmos
/// <code language="c#">
/// <![CDATA[
/// ContainerProperties containerProperties = new ContainerProperties("MyCollection", "/country");
/// containerProperties.ChangeFeedPolicy.RetentionDuration = TimeSpan.FromMinutes(5);
/// containerProperties.ChangeFeedPolicy.FullFidelityRetention = TimeSpan.FromMinutes(5);
///
/// CosmosContainerResponse containerCreateResponse = await client.GetDatabase("dbName").CreateContainerAsync(containerProperties, 5000);
/// ContainerProperties createdContainerProperties = containerCreateResponse.Container;
Expand Down

0 comments on commit ce2bdab

Please sign in to comment.