Class GoogleBlobProviderConfigurationNames
Inheritance
GoogleBlobProviderConfigurationNames
Assembly: Volo.Abp.BlobStoring.Google.dll
Syntax
public static class GoogleBlobProviderConfigurationNames
Fields
ClientEmail
Declaration
public const string ClientEmail = "Google.ClientEmail"
Field Value
ContainerName
Declaration
public const string ContainerName = "Google.ContainerName"
Field Value
CreateContainerIfNotExists
Declaration
public const string CreateContainerIfNotExists = "Google.CreateContainerIfNotExists"
Field Value
PrivateKey
Declaration
public const string PrivateKey = "Google.PrivateKey"
Field Value
ProjectId
Declaration
public const string ProjectId = "Google.ProjectId"
Field Value
Scopes
Declaration
public const string Scopes = "Google.Scopes"
Field Value
UseApplicationDefaultCredentials
Declaration
public const string UseApplicationDefaultCredentials = "Google.ApplicationDefaultCredentials"
Field Value