Skip to content

Commit

Permalink
SMB Multichannel (#10329)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Aug 18, 2020
1 parent fb07dd9 commit 9736cbb
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4546,6 +4546,19 @@
}
}
},
"SmbMultichannel": {
"description": "Settings for SMB multichannel",
"type": "object",
"properties": {
"Enabled": {
"type": "boolean",
"description": "If SMB multichannel is enabled."
}
},
"xml": {
"name": "Multichannel"
}
},
"Range": {
"description": "An Azure Storage file range.",
"type": "object",
Expand All @@ -4569,6 +4582,19 @@
"name": "Range"
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"properties": {
"SmbSettings": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/SmbSettings",
"xml": {
"name": "SMB"
}
}
}
},
"RangeList": {
"description": "A list of non-overlapping valid ranges, sorted by increasing address range.",
"type": "array",
Expand Down Expand Up @@ -4724,6 +4750,16 @@
"name": "SignedIdentifiers"
}
},
"SmbSettings": {
"description": "Settings for SMB protocol.",
"type": "object",
"properties": {
"Multichannel": {
"description": "Settings for SMB Multichannel.",
"$ref": "#/definitions/SmbMultichannel"
}
}
},
"StorageServiceProperties": {
"description": "Storage service properties.",
"type": "object",
Expand All @@ -4745,6 +4781,10 @@
"xml": {
"wrapped": true
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"$ref":"#/definitions/ProtocolSettings"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4549,6 +4549,19 @@
}
}
},
"SmbMultichannel": {
"description": "Settings for SMB multichannel",
"type": "object",
"properties": {
"Enabled": {
"type": "boolean",
"description": "If SMB multichannel is enabled."
}
},
"xml": {
"name": "Multichannel"
}
},
"Range": {
"description": "An Azure Storage file range.",
"type": "object",
Expand All @@ -4572,6 +4585,19 @@
"name": "Range"
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"properties": {
"SmbSettings": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/SmbSettings",
"xml": {
"name": "SMB"
}
}
}
},
"RangeList": {
"description": "A list of non-overlapping valid ranges, sorted by increasing address range.",
"type": "array",
Expand Down Expand Up @@ -4727,6 +4753,16 @@
"name": "SignedIdentifiers"
}
},
"SmbSettings": {
"description": "Settings for SMB protocol.",
"type": "object",
"properties": {
"Multichannel": {
"description": "Settings for SMB Multichannel.",
"$ref": "#/definitions/SmbMultichannel"
}
}
},
"StorageServiceProperties": {
"description": "Storage service properties.",
"type": "object",
Expand All @@ -4748,6 +4784,10 @@
"xml": {
"wrapped": true
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"$ref":"#/definitions/ProtocolSettings"
}
}
},
Expand Down

0 comments on commit 9736cbb

Please sign in to comment.