We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f592cc commit 721b508Copy full SHA for 721b508
sdk/storage/Azure.Storage.Blobs/src/Models/TaggedBlobItem.cs
@@ -26,8 +26,8 @@ public class TaggedBlobItem
26
public Tags Tags { get; internal set; }
27
28
/// <summary>
29
- /// Prevent direct instantiation of FilterBlobItem instances.
30
- /// You can use BlobsModelFactory.FilterBlobItem instead.
+ /// Prevent direct instantiation of TaggedBlobItem instances.
+ /// You can use BlobsModelFactory.TaggedBlobItem instead.
31
/// </summary>
32
internal TaggedBlobItem() { }
33
}
0 commit comments