Share via


CReplicationInstance.FilesMatchedBytes Property

Gets the number of bytes associated with files that were matched during the replication of a Commerce Server Staging (CSS) project.

object FilesMatchedBytes { get; }

Return Value

A read-only numeric value that specifies the number of bytes that were not replicated because they were already identical.

Remarks

A file is matched when its copy on the destination server is identical to its copy on the source server. In this case, CSS does not copy the file from the source to the destination, unless the value of the CReplicationClient.Force property is true. For information about this and other project flags, see the Flags property for the CReplicationProject object.

For a code example, see the Query method.

The CReplicationInstance.FilesMatchedBytes property corresponds to the COM property named ReplicationInstance.FilesMatchedBytes.

See Also

Other Resources

CReplicationProject.Flags Property

CReplicationInstance Class