Skip to content

Commit

Permalink
initial commit (Azure#48343)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickliu-msft authored Feb 18, 2025
1 parent 8d11edf commit 89dd14e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/storage/Azure.Storage.Blobs/src/Models/BlobItem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ internal BlobItem() { }

/// <summary>
/// Tags.
///
/// Note: this will return null if there are no tags associated with the blob.
/// </summary>
public IDictionary<string, string> Tags { get; internal set; }

Expand Down

0 comments on commit 89dd14e

Please sign in to comment.