Show / Hide Table of Contents

Class GoogleBlobProviderConfigurationNames

Inheritance
object
GoogleBlobProviderConfigurationNames
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.Google
Assembly: Volo.Abp.BlobStoring.Google.dll
Syntax
public static class GoogleBlobProviderConfigurationNames

Fields

ClientEmail

Declaration
public const string ClientEmail = "Google.ClientEmail"
Field Value
Type Description
string

ContainerName

Declaration
public const string ContainerName = "Google.ContainerName"
Field Value
Type Description
string

CreateContainerIfNotExists

Declaration
public const string CreateContainerIfNotExists = "Google.CreateContainerIfNotExists"
Field Value
Type Description
string

PrivateKey

Declaration
public const string PrivateKey = "Google.PrivateKey"
Field Value
Type Description
string

ProjectId

Declaration
public const string ProjectId = "Google.ProjectId"
Field Value
Type Description
string

Scopes

Declaration
public const string Scopes = "Google.Scopes"
Field Value
Type Description
string

UseApplicationDefaultCredentials

Declaration
public const string UseApplicationDefaultCredentials = "Google.ApplicationDefaultCredentials"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform