Show / Hide Table of Contents

Class DatabaseBlobConsts

Inheritance
System.Object
DatabaseBlobConsts
Namespace: Volo.Abp.BlobStoring.Database
Assembly: Volo.Abp.BlobStoring.Database.Domain.Shared.dll
Syntax
public static class DatabaseBlobConsts : object

Properties

MaxContentLength

Default value: (2GB).

Declaration
public static int MaxContentLength { get; set; }
Property Value
Type Description
System.Int32

MaxNameLength

Default value: 256.

Declaration
public static int MaxNameLength { get; set; }
Property Value
Type Description
System.Int32
Back to top Powered by Volosoft