HostedFileClientOptions.Scope 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文件操作的提供程序特定的范围或位置标识符。
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 使用容器来限定代码解释器文件的范围。 如果指定,该操作将面向指定范围内的文件。