Skip to content

Commit

Permalink
Add Enable Partitioning flag to the Topic Properties Constructor #17077
Browse files Browse the repository at this point in the history
… (#17079)
  • Loading branch information
darrenhull authored Nov 19, 2020
1 parent d2bcf77 commit 406f995
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ internal TopicProperties(CreateTopicOptions options)
AuthorizationRules = options.AuthorizationRules;
Status = options.Status;
EnableBatchedOperations = options.EnableBatchedOperations;
EnablePartitioning = options.EnablePartitioning;
if (options.UserMetadata != null)
{
UserMetadata = options.UserMetadata;
Expand Down

0 comments on commit 406f995

Please sign in to comment.