Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,16 @@
"name": "Range"
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"properties": {
"SMB": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/SmbSettings"
}
}
},
"RangeList": {
"description": "A list of non-overlapping valid ranges, sorted by increasing address range.",
"type": "array",
Expand Down Expand Up @@ -4724,6 +4747,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 +4778,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 @@ -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,16 @@
"name": "Range"
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"type": "object",
"properties": {
"SMB": {
"description": "Settings for SMB protocol.",
"$ref": "#/definitions/SmbSettings"
}
}
},
"RangeList": {
"description": "A list of non-overlapping valid ranges, sorted by increasing address range.",
"type": "array",
Expand Down Expand Up @@ -4724,6 +4747,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 +4778,10 @@
"xml": {
"wrapped": true
}
},
"ProtocolSettings": {
"description": "Protocol settings",
"$ref":"#/definitions/ProtocolSettings"
}
}
},
Expand Down