Class MinioOptions
Inheritance
System.Object
MinioOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MailHole.Common.Model.Options
Assembly: MailHole.Common.dll
Syntax
public class MinioOptions
Properties
| Improve this Doc View SourceAccessKey
Declaration
public string AccessKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Endpoint
Declaration
public string Endpoint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Region
Declaration
public string Region { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecretKey
Declaration
public string SecretKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |