Microsoft Graph · Schema

blob

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
name string The blob name.
partitionValue string The partition that contains the file. A large partition is split into multiple files, each with the same partitionValue.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpartnersbillingblob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.partners.billing.blob",
  "title": "blob",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The blob name."
    },
    "partitionValue": {
      "type": "string",
      "description": "The partition that contains the file. A large partition is split into multiple files, each with the same partitionValue."
    },
    "@odata.type": {
      "type": "string"
    }
  }
}