Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for TargetPurgeStatuses (0.2 sec)

  1. cmd/object-api-datatypes_gen.go

    			}
    		case "TargetPurgeStatuses":
    			var zb0003 uint32
    			zb0003, bts, err = msgp.ReadMapHeaderBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "TargetPurgeStatuses")
    				return
    			}
    			if z.TargetPurgeStatuses == nil {
    				z.TargetPurgeStatuses = make(map[string]VersionPurgeStatusType, zb0003)
    			} else if len(z.TargetPurgeStatuses) > 0 {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Mar 08 19:08:18 GMT 2024
    - 69.8K bytes
    - Viewed (0)
  2. cmd/object-api-datatypes.go

    	ResetID              string
    	Dsc                  ReplicateDecision
    	ExistingObjResync    ResyncDecision
    	TargetArn            string
    	TargetStatuses       map[string]replication.StatusType
    	TargetPurgeStatuses  map[string]VersionPurgeStatusType
    	ReplicationTimestamp time.Time
    }
    
    // MultipartInfo captures metadata information about the uploadId
    // this data structure is used primarily for some internal purposes
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 20.8K bytes
    - Viewed (0)
  3. cmd/bucket-replication-utils.go

    		ReplicationState:     rstate,
    		OpType:               replication.HealReplicationType,
    		Dsc:                  dsc,
    		ExistingObjResync:    existingObjResync,
    		TargetStatuses:       tgtStatuses,
    		TargetPurgeStatuses:  purgeStatuses,
    		ReplicationTimestamp: tm,
    		SSEC:                 crypto.SSEC.IsEncrypted(oi.UserDefined),
    		UserTags:             oi.UserTags,
    	}
    }
    
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Jan 18 07:03:17 GMT 2024
    - 26.2K bytes
    - Viewed (0)
  4. cmd/bucket-replication.go

    		VersionPurgeStatus:         oi.VersionPurgeStatus,
    
    		ReplicationState:     rstate,
    		OpType:               opType,
    		Dsc:                  dsc,
    		TargetStatuses:       tgtStatuses,
    		TargetPurgeStatuses:  purgeStatuses,
    		ReplicationTimestamp: tm,
    		SSEC:                 crypto.SSEC.IsEncrypted(oi.UserDefined),
    		UserTags:             oi.UserTags,
    	}
    
    	if dsc.Synchronous() {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
Back to top