Interface MobileAppContentFile

Hierarchy

  • MobileAppContentFile
    • MobileAppContentFile

Properties

@odata.type: "#microsoft.graph.mobileAppContentFile"
azureStorageUri?: NullableOption<string>
azureStorageUriExpirationDateTime?: NullableOption<string>
createdDateTime?: string
id?: string
isCommitted?: boolean
isDependency?: boolean
isFrameworkFile?: boolean
manifest?: NullableOption<string>
name?: NullableOption<string>
size: number
sizeEncrypted: number
uploadState?: MobileAppContentFileUploadState

The state of the current upload request. Possible values are: success, transientError, error, unknown, azureStorageUriRequestSuccess, azureStorageUriRequestPending, azureStorageUriRequestFailed, azureStorageUriRequestTimedOut, azureStorageUriRenewalSuccess, azureStorageUriRenewalPending, azureStorageUriRenewalFailed, azureStorageUriRenewalTimedOut, commitFileSuccess, commitFilePending, commitFileFailed, commitFileTimedOut.

Generated using TypeDoc