GrpcExtensionDataTransfer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes how media is transferred to the extension plugin.
public class GrpcExtensionDataTransfer
type GrpcExtensionDataTransfer = class
Public Class GrpcExtensionDataTransfer
- Inheritance
-
GrpcExtensionDataTransfer
Constructors
GrpcExtensionDataTransfer(GrpcExtensionDataTransferMode) |
Initializes a new instance of GrpcExtensionDataTransfer. |
Properties
Mode |
Data transfer mode: embedded or sharedMemory. |
SharedMemorySizeMiB |
The share memory buffer for sample transfers, in mebibytes. It can only be used with the 'SharedMemory' transfer mode. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET