path - 要设置的路径值。 Returns: ApiCreateOrUpdateParameter 对象本身。withProtocols public ApiCreateOrUpdateParameter withProtocols(List protocols) 设置protocols 属性:描述可以调用此 API 中的操作的协议。 Parameters: protocols - 要设置的协议值。 Returns: ApiCreateOrUpdateParameter 对象本身。w...
fromString public static ExportApi fromString(String name) 从其字符串表示形式创建或查找 ExportApi。 Parameters: name - 要查找的名称。 Returns: 相应的 ExportApi。values public static Collection values() 获取已知的 ExportApi 值。 Returns: 已知的 ExportApi 值。适用于 Azure SDK for Java Preview...
2.2.2.2:33080 is the upstream address, the format is: IP (or domain name): port , if the underlying is ws/wss protocol can also bring the path, such as: 2.2.2.2: 33080/ws; You can also set the encryption method and password of ws\wss by appending the query parameters m and k, ...
You can annotate "path", "query" or "header" bound parameters or properties (i.e. decorated with [FromRoute], [FromQuery] or [FromHeader]) with a SwaggerParameterAttribute to enrich the corresponding Parameter metadata that's generated by Swashbuckle:...
Note that if the server decides to add additional query parameters to the uri (e.g. a token or secret), it will appear in the uri that is passed to the UriHandler. Example of an authentication flow: vscode.window.registerUriHandler({ handleUri(uri: vscode.Uri): vscode.ProviderResult<voi...
206 CE BIN(4) qdbspcsize API users specify size for space containing all API query definition templates. (Ref #7.) 210 D2 BIN(4) qdbqnlss Displacement to QQQNLSS_T structure (Sequence, Tables, Names, and Parameters (QQQNLSS_T)) used for sort sequence information. This is an offset...
QueryProcessAffinityUpdateMode QueueUserAPC ResumeThread SetPriorityClass SetProcessAffinityUpdateMode SetProcessMitigationPolicy SetProcessPriorityBoost SetProcessShutdownParameters SetThreadContext SetThreadIdealProcessorEx SetThreadInformation SetThreadPriority SetThreadPriorityBoost SetThreadStackGuarantee SetThreadToken SuspendT...
Create a blob from a file on the server. Returns the server file path. Query Parameters digest: the expected SHA256 digest of the file Examples Request curl -T model.bin -X POST http://localhost:11434/api/blobs/sha256:29fdb92e57cf0827ded04ae6461b5931d01fa595843f55d36f5b275a52087dd2 ...
URL encoded query strings have a length limitation. Requests that are too large result in a414 Request-URI Too Largeerror message. This can be resolved by using a payload body instead. Path parameters If an endpoint has path parameters, the documentation displays them with a preceding colon. ...
const selector = '.foo';await page.waitFor(selector => !!document.querySelector(selector), {}, selector);frame.waitForFunction(pageFunction[, options[, ...args]]) pageFunction <function|string> Function to be evaluated in browser context options <Object> Optional waiting parameters polli...