Number of extents of this stream pending geo-replication or cross volume copy. This value is for estimating completion time and does not
indicate that the stream is complete and ready to use. To determine if the stream is complete,
IsComplete will be set to true.
Namespace: VcClientAssembly: VcClient (in VcClient.dll) Version: 1.0.0.0 (1.8.400.4142)
Syntax
C# |
---|
public long NumPendingExtents { get; set; } |
Visual Basic |
---|
Public Property NumPendingExtents As Long
Get
Set |
Visual C++ |
---|
public:
property long long NumPendingExtents {
long long get ();
void set (long long value);
} |
See Also