Class PutBlockListItem
- Namespace
- Microsoft.WindowsAzure.Storage.Blob.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a block in a block list.
public sealed class PutBlockListItem
- Inheritance
-
PutBlockListItem
- Inherited Members
Constructors
PutBlockListItem(string, BlockSearchMode)
Initializes a new instance of the PutBlockListItem class.
public PutBlockListItem(string id, BlockSearchMode searchMode)
Parameters
id
stringThe block ID.
searchMode
BlockSearchModeOne of the enumeration values that specifies in which block lists to search for the block.
Properties
Id
Gets the block ID.
public string Id { get; }
Property Value
- string
The block ID.
SearchMode
Gets a value that indicates which block lists to search for the block.
public BlockSearchMode SearchMode { get; }
Property Value
- BlockSearchMode
One of the enumeration values that specifies in which block lists to search for the block.