Class BlobNormalizeNaming
Inheritance
object
BlobNormalizeNaming
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring
Assembly: Volo.Abp.BlobStoring.dll
Syntax
public class BlobNormalizeNaming
Constructors
BlobNormalizeNaming(string?, string?)
Declaration
public BlobNormalizeNaming(string? containerName, string? blobName)
Parameters
Type | Name | Description |
---|---|---|
string | containerName | |
string | blobName |
Properties
BlobName
Declaration
public string? BlobName { get; }
Property Value
Type | Description |
---|---|
string |
ContainerName
Declaration
public string? ContainerName { get; }
Property Value
Type | Description |
---|---|
string |