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 98a43eb commit 5ff144cCopy full SHA for 5ff144c
src/ImageSharp.Web.Providers.Azure/Caching/AzureBlobStorageCacheOptions.cs
@@ -22,7 +22,7 @@ public class AzureBlobStorageCacheOptions
22
public string ContainerName { get; set; } = null!;
23
24
/// <summary>
25
- /// Gets or sets the cache folder name that'll store cache files under the configured container.
+ /// Gets or sets the cache folder's name that'll store cache files under the configured container.
26
/// Must conform to Azure Blob Storage directory naming guidelines.
27
/// <see href="https://learn.microsoft.com/en-us/rest/api/storageservices/naming-and-referencing-containers--blobs--and-metadata#directory-names"/>
28
/// </summary>
0 commit comments