@azure/storage-blob 12.9.0-beta.1 → 12.9.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -952,10 +952,10 @@ export const BlobItemInternal = {
952
952
  modelProperties: {
953
953
  name: {
954
954
  serializedName: "Name",
955
- required: true,
956
955
  xmlName: "Name",
957
956
  type: {
958
- name: "String"
957
+ name: "Composite",
958
+ className: "BlobName"
959
959
  }
960
960
  },
961
961
  deleted: {
@@ -1030,6 +1030,30 @@ export const BlobItemInternal = {
1030
1030
  }
1031
1031
  }
1032
1032
  };
1033
+ export const BlobName = {
1034
+ serializedName: "BlobName",
1035
+ type: {
1036
+ name: "Composite",
1037
+ className: "BlobName",
1038
+ modelProperties: {
1039
+ encoded: {
1040
+ serializedName: "Encoded",
1041
+ xmlName: "Encoded",
1042
+ xmlIsAttribute: true,
1043
+ type: {
1044
+ name: "Boolean"
1045
+ }
1046
+ },
1047
+ content: {
1048
+ serializedName: "content",
1049
+ xmlName: "content",
1050
+ type: {
1051
+ name: "String"
1052
+ }
1053
+ }
1054
+ }
1055
+ }
1056
+ };
1033
1057
  export const BlobPropertiesInternal = {
1034
1058
  serializedName: "BlobPropertiesInternal",
1035
1059
  xmlName: "Properties",
@@ -1473,10 +1497,10 @@ export const BlobPrefix = {
1473
1497
  modelProperties: {
1474
1498
  name: {
1475
1499
  serializedName: "Name",
1476
- required: true,
1477
1500
  xmlName: "Name",
1478
1501
  type: {
1479
- name: "String"
1502
+ name: "Composite",
1503
+ className: "BlobName"
1480
1504
  }
1481
1505
  }
1482
1506
  }