FileStorageBase public abstract class FileStorageBase Documentation Code public bool CloudInstance { get; protected set; } public Credential Credential { get; protected set; } public string Error { get; protected set; } public string Name { get; protected set; } public int Number { get; protected set; } public string TenantId { get; protected set; } public abstract string Url { get; } protected FileStorageBase()