Show / Hide Table of Contents

Class SystemFileSizeUnits

Represents the different units available for FileSizeValidator.

Inheritance
System.Object
SystemFileSizeUnits
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class SystemFileSizeUnits

Fields

Bytes

Measure the file in bytes.

Declaration
public const string Bytes = "Bytes"
Field Value
Type Description
System.String

KB

Measure the file in KB.

Declaration
public const string KB = "KB"
Field Value
Type Description
System.String

MB

Measure the file in MB.

Declaration
public const string MB = "MB"
Field Value
Type Description
System.String
Back to top Copyright © 2015-2016 Contentful
Generated by DocFX