Transloadit.Assembly.AssemblyBuilder.SetAuthMaxSize C# (CSharp) Method

SetAuthMaxSize() public method

Sets the maximum size of the assembly
public SetAuthMaxSize ( int maxSize ) : void
maxSize int Maximum size (in bytes)
return void
        public void SetAuthMaxSize(int maxSize)
        {
            auth["max_size"] = maxSize.ToString();
        }