Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FileAttributeMetadata.MaxSizeInKB Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Metadata
Assembly:
Microsoft.Xrm.Sdk.dll
Package:
Microsoft.PowerPlatform.Dataverse.Client v1.2.10

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the maximum size (in kilobytes) of the file.

public:
 property Nullable<int> MaxSizeInKB { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? MaxSizeInKB { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxSizeInKB : Nullable<int> with get, set
Public Property MaxSizeInKB As Nullable(Of Integer)

Property Value

Attributes of this type can be up to 10,485,760 (10GB) in length, and defaults to 32,768 (32MB) if not specified.

Attributes

Applies to