Delen via


IFileDetailsProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FileDetailsPropertiesTypeConverter))]
public interface IFileDetailsProperties : Microsoft.Azure.PowerShell.Cmdlets.Support.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Support.Models.FileDetailsPropertiesTypeConverter))>]
type IFileDetailsProperties = interface
    interface IJsonSerializable
Public Interface IFileDetailsProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

ChunkSize

Size of each chunk. The size of each chunk should be provided in bytes and must not exceed 2.5 megabytes (MB).

CreatedOn

Time in UTC (ISO 8601 format) when file workspace was created.

FileSize

Size of the file to be uploaded. The file size must not exceed 5 MB and should be provided in bytes.

NumberOfChunk

Number of chunks to be uploaded. The maximum number of allowed chunks is 2.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to