Struct GrpcPluginOption (2.21.0)

Configure the GCS+gRPC plugin.

  • "none": use REST, disables gRPC.
  • "media": use gRPC for media (aka data, aka I/O) operations, and REST for all other requests. In other words, only ReadObject(), WriteObject(), and InsertObject() use gRPC.
  • "metadata": use gRPC for all operations.

Type Aliases

Type

Alias Of: std::string