通过


HostedFileClientOptions.Scope 属性

定义

获取或设置文件操作的提供程序特定的范围或位置标识符。

public:
 property System::String ^ Scope { System::String ^ get(); void set(System::String ^ value); };
public string? Scope { get; set; }
member this.Scope : string with get, set
Public Property Scope As String

属性值

注解

某些提供程序对文件使用作用域存储。 例如,OpenAI 使用容器来限定代码解释器文件的范围。 如果指定,该操作将面向指定范围内的文件。

适用于