FilesUploadLocation
Assembly: ServiceStack.Client.dll
View Source
Declaration
public class FilesUploadLocation
Properties
Name
View Source
Declaration
public string Name { get; set; }
ReadAccessRole
View Source
Declaration
public string ReadAccessRole { get; set; }
WriteAccessRole
View Source
Declaration
public string WriteAccessRole { get; set; }
AllowExtensions
View Source
Declaration
public HashSet<string> AllowExtensions { get; set; }
AllowOperations
View Source
Declaration
public string AllowOperations { get; set; }
MaxFileCount
View Source
Declaration
public int? MaxFileCount { get; set; }
MinFileBytes
View Source
Declaration
public long? MinFileBytes { get; set; }
MaxFileBytes
View Source
Declaration
public long? MaxFileBytes { get; set; }